CodeNewbie Community 🌱

Kirsty  profile picture

Kirsty

I am learning as I go and want to share my journey, feel free to join me.

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