CodeNewbie Community 🌱

Discussion on: What I Learned From Project Collaboration With The Collab Lab

 
adiatiayu profile image
Ayu Adiati

Good luck for that, Malcolm!

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