CodeNewbie Community 🌱

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

Collapse
 
adiatiayu profile image
Ayu Adiati

Agree with you, Matt!
Especially in it's impossible to learn everything!

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