CodeNewbie Community 🌱

Discussion on: Lesson Learned: Massive Burnout In Learning Web Development

Collapse
 
adiatiayu profile image
Ayu Adiati

Thank you for reading and giving such great tips, Matt!

const modalMarkup = `
`; // 2. Append the markup string to the end of the document body document.body.insertAdjacentHTML('beforeend', modalMarkup);