CodeNewbie Community 🌱

Discussion on: Join Cohort 1 of the CodeNewbie Challenge 2022 (#CNC2022) by January 30th!

Collapse
 
nathaliepfeff profile image
Nathalie Pfeffer

I'm in.

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