CodeNewbie Community 🌱

Discussion on: [On-Demand Talk] Accessibility is Not a Mystery

Collapse
 
anyanka profile image
Anja

Thank you Laurel, great talk and I appreciate the linked resources. Like in Bethany's talk I like the aspect of empathy, it's so important.

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