CodeNewbie Community 🌱

PJ0613 profile picture

PJ0613

Programming isn't about what you know; it's about what you can figure out

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