CodeNewbie Community 🌱

Discussion on: New to Coding & Loving the Journey!

Collapse
 
ebhargro profile image
ebhargro

Great job - so impressed by you! Excited to follow your journey.

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