CodeNewbie Community 🌱

mark4life profile picture

mark4life

Just wanna learn programming, as much as I can.

Location Arlington, VA Joined Joined onΒ 

Work

Student at None

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