CodeNewbie Community 🌱

Discussion on: Why are you attending CodeLand this year?

Collapse
 
jamiechannell profile image
Jamie

I'm new to coding! I'm a graphic designer who is learning front end web development. Looking forward to meeting people and getting some inspiration!

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