CodeNewbie Community 🌱

Discussion on: May 6th, 2021: What did you learn this week?

Collapse
 
nickytonline profile image
Nick Taylor

Lego astronaut saying tawesome!

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