CodeNewbie Community 🌱

Discussion on: [#CNC2022 Cohort 1] "Start Coding" Welcome Thread

Collapse
 
natdavison profile image
Natalie Davison

Thank you so much! Same goes to you :)

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