CodeNewbie Community 🌱

Discussion on: #CNC2021 "Write More" Mission 2 [pt. I] Submission Thread

Collapse
 
vpugh profile image
Tori Pugh

Thanks for pointing this out. I'll try and figure out how to fix that.

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