CodeNewbie Community 🌱

Discussion on: How do you stay motivated to learn and progress?

Collapse
 
christopheraaron_ profile image
Christopher Aaron

"Remember how far you've come."

A simple one-liner that's always effective in motivating me.

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