CodeNewbie Community 🌱

Discussion on: CNC2022 Code More journey reflection: not very productive but insightful

Collapse
 
adrianskar profile image
Adrian Skar

Thank you. Looking forward to reading yours!
Meeting you was a very nice surprise for me during this challenge, keep it up!

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