CodeNewbie Community 🌱

Discussion on: Monthly recap #1: February/March 2021

Collapse
 
redsirion profile image
Rina Florijn

Thanks! Bookmarked for future use!

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