CodeNewbie Community 🌱

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

Collapse
 
ceciliapina profile image
ceciliapina

Great conversation. You provided a lot of ease to a newbie to the tech industry!

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