CodeNewbie Community 🌱

Discussion on: [#CNC2022 "Start Coding" Cohort 1] Give your last coding session a score!

Collapse
 
dayryanm profile image
Ryan Day

Yes! I've been using this video a lot when I get stuck on a lesson. It's been great.

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