CodeNewbie Community 🌱

Discussion on: Welcome Thread - V9

Collapse
 
eireann07 profile image
Erin Coen

Working on that path, too! Still in the front-end side of things :)

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