CodeNewbie Community 🌱

Rahul7733 profile picture

Rahul7733

Rahul Jangir, a tech geek, designing enthusiast and an online expert could be a graduate in technology who is addicted to front-end development. He always keeps his tabs on the most recent web tech.

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