CodeNewbie Community 🌱

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

 
vpugh profile image
Tori Pugh

Sure! I'd love to.

Haha, we don't talk about Git enough so I'm all for learning more.

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