CodeNewbie Community 🌱

Emily Crook profile picture

Emily Crook

Recently graduated a Full Stack Web Development Bootcamp. Looking for more knowledge, challenges, and my first position!

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