CodeNewbie Community 🌱

kingmpho7435 profile picture

kingmpho7435

I'm passionate about Technology and love how code can create and respond. I am a college student studying IT

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