CodeNewbie Community 🌱

Discussion on: CodeLand 2021 Hallway — Day Two

Collapse
 
slimhero619 profile image
Anthony Drake

Hi everyone. This is my first ever developer/coding convention type thing. I cant wait till things open in person but its cool to be here virtually!

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