CodeNewbie Community 🌱

Samruddh  profile picture

Samruddh

Web development geek! Living with HTML,CSS and Javascript stuffs.currently learning React✨

Location Bangalore,India Joined Joined on 

Education

BE in Computer Science

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