CodeNewbie Community 🌱

Discussion on: Nailing it as a Junior Developer

Collapse
 
greggomatic profile image
Greg Thomas

Thanks for commenting - hope it's going well for you!

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