CodeNewbie Community 🌱

Shivam Baghla profile picture

Shivam Baghla

I'm a software engineer, I mostly contribute to the front-end of the web apps that I work on.

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