CodeNewbie Community 🌱

Aniesh profile picture

Aniesh

Technical Consultant interested in Programming to make this world a better place to live for all!

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