CodeNewbie Community 🌱

Discussion on: Weeks 10 & 11 - Momentum

Collapse
 
anitabe404 profile image
Anita Beauchamp

Thx!

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