CodeNewbie Community 🌱

Syed Maaz Saeed profile picture

Syed Maaz Saeed

🎓Software Engineer | Next.js Developer | MERN Stack Developer | Front End Developer | 🐧 Linux Lover | 🌟Introducing Yourself to the World of Open Source

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