CodeNewbie Community 🌱

Discussion on: [Keynote] Musical Lessons for Engineering Teams: Developing a Culture of Feedback Cycles

Collapse
 
gstephcodes profile image
GS

Loved the keynote! Thanks a bunch.

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