CodeNewbie Community 🌱

Discussion on: Welcome Thread - V5

Collapse
 
nehamaity profile image
Neha

Hey! I'm Neha. Happy to have you here! I'm participating in the challenge as well, good luck!

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