CodeNewbie Community 🌱

Discussion on: A Developer Community Encouraging Active Coding Practice 🏁

Collapse
 
funbeedev profile image
Fum Inspirezone Developer Community • Edited

Awesome, welcome aboard! :)

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