CodeNewbie Community 🌱

Abhinav Dubey profile picture

Abhinav Dubey

CS Undergraduate Student at IIT Madras and University of Delhi

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