CodeNewbie Community 🌱

Discussion on: Welcome Thread - V3

Collapse
 
gracie profile image
Gracie Gregory (she/her)

Hi, Joe!! So glad you're here! And SO glad CodeNewbie has been a helpful resource for you so far. Happy coding!

Collapse
 
jm_tallman profile image
Joe Tallman

Thank you! šŸ™‚

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