CodeNewbie Community 🌱

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

Collapse
 
rebeccaokine profile image
Bex👩🏿‍💻💜 • Edited

Coding. I used to think it was impossible for me to learn how because it looked so difficult. It just requires constant practice.

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