CodeNewbie Community 🌱

Discussion on: April 1st, 2021: What did you learn this week?

Collapse
 
sigfualt profile image
Cameron Young

That book changed me for the better.

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