CodeNewbie Community 🌱

Discussion on: Welcome Thread - V8

Collapse
 
kwing25 profile image
Kendra Wing

Hello πŸ‘‹. I'm a recent coding bootcamp grad and love frontend development πŸ’»β€οΈ. Found this site through the Dev.to community. Just starting my coding career & would love to connect with other coders!

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