CodeNewbie Community 🌱

Discussion on: Hello There!

Collapse
 
andrewbaisden profile image
Andrew Baisden • Edited

Hey Kiara! Welcome I hope you enjoy your journey learning programming.

Collapse
 
reneessance22 profile image
Kiara

Thanks Andrew!

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