CodeNewbie Community 🌱

Vir profile picture

Vir

Towards the journey of being the magician of the modern era (programmer)

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