CodeNewbie Community 🌱

aspiringDev22 profile picture

aspiringDev22

I am a newbie at web development looking forward to learn more and more.

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