CodeNewbie Community 🌱

Dani Subject profile picture

Dani Subject

Not just bits and bytes • Software developer at IBM • English major turned #coder • Advocating for a more #sustainable web 🌱 (she/her/hers )

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