CodeNewbie Community 🌱

Discussion on: Where are you attending CodeLand 2022 from?

Collapse
 
slb2018 profile image
Sherri Burton

San Antonio, Texas

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