CodeNewbie Community 🌱

Discussion on: Welcome Thread - V3

Collapse
 
gracie profile image
Gracie Gregory (she/her)

Welcome and congrats on your first live coding session!

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