CodeNewbie Community 🌱

Cover image for dev.to codes! This is really cool 🤓
Ben Halpern
Ben Halpern

Posted on

dev.to codes! This is really cool 🤓

I just wanted to point folks here:

This is a really fun activity and I'd love to see where it goes.

If you want to make sure you don't miss anything in this series, follow @thormeier right away!

Top comments (0)

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