CodeNewbie Community 🌱

Discussion on: What is the hardest part about programming?

Collapse
 
jrrohrer profile image
Jessie Rohrer

Breaking out of tutorial hell. Or trying to find consensus on a given topic 😬

Collapse
 
ben profile image
Ben Halpern

Oh yes. That is hard.

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