CodeNewbie Community 🌱

Sakhil profile picture

Sakhil

Started little late on exploring the tech side. Slowly learning to build tech so that I can make this a better. Love open source projects

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