CodeNewbie Community 🌱

Rajaniraiyn R profile picture

Rajaniraiyn R

Autodidact, Meticulous and Erudite web dev with strong belief in the responsive, open, and accessible web. An active supporter and contributor to open source.

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