CodeNewbie Community 🌱

Discussion on: Welcome Thread

Collapse
 
laurieontech profile image
Laurie

Hey everyone! Thanks for the invite. I'm Laurie, an engineer who loves writing approachable posts for devs of every level.

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