CodeNewbie Community 🌱

Discussion on: Goals, goals, and some more goal

Collapse
 
lfosgett profile image
Lauren Fosgett

I think I first learned about coding through Facebook of all places! No shame in getting inspired and kudos for getting started on your journey!

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