CodeNewbie Community 🌱

Discussion on: I’m Cassidy Williams β€” Developer Experience Engineer & Content Creator. Ask Me Anything!

Collapse
 
raq_dev profile image
RAQ DEV

Thanks you so much!

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