CodeNewbie Community 🌱

Jay Patel profile picture

Jay Patel

its all about ctrl+c ctrl+v. You just need to know what and how much.

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