CodeNewbie Community 🌱

Discussion on: [Keynote] One Rule to Rule Them All: Learning in Public

Collapse
 
stephback profile image
Stephanie Back

That makes perfect sense! :) Thank you for a great talk!

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