CodeNewbie Community 🌱

Discussion on: First Community Post

Collapse
 
aaron profile image
Aaron McCollum

Yooooo welcome in Emily! Great to have you here. Congrats on finishing bootcamp! I’m looking at doing one myself - where did you go? Have you considered writing a post here on how it went? I bet a lot of people here would be very interested :)

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