CodeNewbie Community 🌱

Gerardo Vargas profile picture

Gerardo Vargas

Artist and Designer Learning New Coding Skills #100Devs

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