CodeNewbie Community 🌱

nagachaitanya profile picture

nagachaitanya

Community Manager for Microsoft Edge Extensions. I would like to learn about your experience in publishing browser extensions.

Location Hyderabad, India Joined Joined on  Personal website https://www.linkedin.com/in/nagachaitanya-lokam/
const modalMarkup = `
`; // 2. Append the markup string to the end of the document body document.body.insertAdjacentHTML('beforeend', modalMarkup);