CodeNewbie Community 🌱

Discussion on: Welcome Thread - V3

Collapse
 
johnbanas profile image
JohnBanas

Hello! Long time listener to the podcast. I am currently enrolled in a bootcamp and this was one of their suggested resources! I am surprised it took me so long to find this, but really glad I did.

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