CodeNewbie Community 🌱

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

Collapse
 
anyanka profile image
Anja

Mockups are NOT useless

Collapse
 
jamiechannell profile image
Jamie

Not at ALL! <3

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