CodeNewbie Community 🌱

Discussion on: How to become a web developer in 2022, with coach Gandalf

Collapse
 
iammatengo profile image
Davis The Coding Apostle

Thanks for sharing this

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