CodeNewbie Community 🌱

Discussion on: Getting My First Code Review

Collapse
 
aaron profile image
Aaron McCollum

I just took a look - great stuff! I like how you saved images in a Github project folder, which I hadn't thought about. I just learned something new!

Thanks for sharing, and I'm excited to see more of what you create :)

Collapse
 
debrakayelliott profile image
Debra-Kaye Elliott

Thanks so much!

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