CodeNewbie Community 🌱

Daniela Morin profile picture

Daniela Morin

beginner frontend developer, seeking to learn more and build community with others in tech

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