CodeNewbie Community 🌱

Jemimah Nagasha profile picture

Jemimah Nagasha

JavaScript Developer with a passion for open source and accessible web development.

Location Kampala, Uganda Joined Joined on  Personal website https://github.com/Jem256
const modalMarkup = `
`; // 2. Append the markup string to the end of the document body document.body.insertAdjacentHTML('beforeend', modalMarkup);