CodeNewbie Community 🌱

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

Collapse
 
lauragift_ profile image
Gift Egwuenu✨

I agree Christina! 🔥

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