CodeNewbie Community 🌱

Discussion on: What's one bit of professional advice you'd give yourself from one year ago?

Collapse
 
rebeccaokine profile image
Bex👩🏿‍💻💜

Failure is part of the journey

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