CodeNewbie Community 🌱

code_jake 💻web dev💻 profile picture

code_jake 💻web dev💻

Learn everyday

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