CodeNewbie Community 🌱

Discussion on: 👋 from Common Room

Collapse
 
hedankers profile image
Hedan Zeng Common Room

Our pleasure! Thank you for having us 🎉

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