CodeNewbie Community 🌱

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

Collapse
 
kingasix profile image
Jeffrey ‘King the Asix’ Willis

Stop trying to follow the trends and maintain focused.

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