CodeNewbie Community 🌱

Byron Watts profile picture

Byron Watts

A programmer, sort of.

Location International currently residing in Illinois Joined Joined onΒ  Personal website https://byronwatts.com
loading...
const modalMarkup = `
`; // 2. Append the markup string to the end of the document body document.body.insertAdjacentHTML('beforeend', modalMarkup);