CodeNewbie Community 🌱

JosephsDad profile picture

JosephsDad

Learning

Location california Joined Joined onΒ 

Work

Self at Self

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