CodeNewbie Community 🌱

Discussion on: [On-Demand Talk] Art History is a Feature: Non-Dev Work as a Superpower

Collapse
 
srivera12 profile image
Sarah Rivera

Thank you, great talk!

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