CodeNewbie Community 🌱

Donna McPherson profile picture

Donna McPherson

Hi! I'm here to learn, grow and contribute. I want to learn to code and use my skills to help people.

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