CodeNewbie Community 🌱

Discussion on: CodeLand 2021 Hallway — Day Two

Collapse
 
stephback profile image
Stephanie Back

Thanks for a great CodeLand everyone! :D This was an amazing conference and it was wonderful to meet everyone!

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