CodeNewbie Community 🌱

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

Collapse
 
adiatiayu profile image
Ayu Adiati

Thank you for reading, @blitzdex27 ! 😀
Excercise is one great solutions as well!
Glad that you've overcome it 😊

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