CodeNewbie Community 🌱

Ryan Morici profile picture

Ryan Morici

I'm a software engineering student at General Assembly. I love combining creative and logical thinking and can't wait to turn that into a career!

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