CodeNewbie Community 🌱

Discussion on: [On-Demand Talk] Redefining Your Programming Purpose

Collapse
 
tracypholmes profile image
Tracy Holmes CodeLand 2022

You're welcome! And oooooh "Dear Dilemma" is a good idea!!!

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