CodeNewbie Community 🌱

SAKSHI JAIN profile picture

SAKSHI JAIN

I am CSE undergrad, love to do web development and problem solving.

Education

BE undergrad

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