CodeNewbie Community 🌱

Discussion on: [Keynote] A Fireside Chat with Kelsey Hightower

Collapse
 
tsbrun profile image
Anya Brun

“Make me respect me tomorrow morning”

Definitely a quote to live by.

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