CodeNewbie Community 🌱

Discussion on: What's one thing that once intimidated you about computers or tech that you've overcome?

Collapse
 
peaceudoka profile image
Azubuogu Peace Udoka

The command prompt 🤣

Collapse
 
ben profile image
Ben Halpern CodeLand 2022

Same!

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