CodeNewbie Community 🌱

Isaac Hathaway profile picture

Isaac Hathaway

I am a software engineer student, and I'm excited to learn more about the industry.

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