CodeNewbie Community 🌱

Discussion on: Share your CodeLand 2022 feedback for the chance to win some amazing prizes!

Collapse
 
mrkrishnaagarwal profile image
Krishna Agarwal

I appreciate the team's work
Keep it up

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