CodeNewbie Community 🌱

Arjun Kumar profile picture

Arjun Kumar

I am a Software Developer and I loved to share programming knowledge and interact with new people. My hobbies are coding, reading books, and learning new things.

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