CodeNewbie Community 🌱

Kelly Hodges profile picture

Kelly Hodges

I am currently enrolled in the General Assembly Software Engineering Immersive, graduating in May 2022. I am hoping to someday feel like not a total code newbie but I accept that will take some time!

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