CodeNewbie Community 🌱

Discussion on: Weeks 10 & 11 - Momentum

Collapse
 
anitabe404 profile image
Anita Beauchamp

Thanks Neha. You are always welcome and much appreciated. 💕

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