CodeNewbie Community 🌱

Discussion on: What’s a cool thing that you learned from a CodeLand 2022 talk?

Collapse
 
dotaadarsh profile image
Aadarsh Kannan

Do the thing that scares you!

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