CodeNewbie Community 🌱

Discussion on: JavaScript: Understand 'this' keyword

Collapse
 
andrewbaisden profile image
Andrew Baisden

Good explanation a lot of people struggle with it.

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