CodeNewbie Community 🌱

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

Collapse
 
whit profile image
Whitney

Hello. I’m new to coding and hoping to learn.

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