CodeNewbie Community 🌱

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

Collapse
 
jseda85 profile image
Jeffrey Seda

I wish you the best on your coding journey and may you learn so much along the way. I look forward to your progress as the weeks go by!

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);