CodeNewbie Community 🌱

Discussion on: What’s the last thing you learned that blew your mind?

Collapse
 
yuridevat profile image
π•π•¦π•π•šπ•’ πŸ‘©πŸ»β€πŸ’»

ACCESSIBILITY

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