CodeNewbie Community 🌱

Emma profile picture

Emma

Frontend Software Engineer at a digital design agency. Formerly part of Design System and Personalisation teams at an e-commerce. I'm an accessibility advocate and have spoken at accessibility events.

Location Northern Ireland Joined Joined onΒ 
loading...
const modalMarkup = `
`; // 2. Append the markup string to the end of the document body document.body.insertAdjacentHTML('beforeend', modalMarkup);