CodeNewbie Community 🌱

Tirtharaj Roy profile picture

Tirtharaj Roy

I'm Tirtharaj Roy, a Front-end Developer and a freshman taking a CSE course. I have some work experience from a few internships and completed some projects.

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