CodeNewbie Community 🌱

Discussion on: Getting Out of Tutorial Hell

Collapse
 
sigfualt profile image
Cameron Young

I think this is over all good stuff. I typically push people away from coding challenges that don't reflect things they will see in real life. I push coding katas typically. You can find them on GitHub and just laying around the internet.

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