CodeNewbie Community 🌱

Usman profile picture

Usman

On a journey to become a self-taught Front-End Developer with a background in SEO

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