CodeNewbie Community 🌱

Sean Zeigler profile picture

Sean Zeigler

I’m currently in college as a web design and full stack development… dual major and I have a lot to learn

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