CodeNewbie Community 🌱

Discussion on: Welcome Thread - V4

Collapse
 
cguttweb profile image
Chloe

Hello all,
I'm Chloe from the UK I'm currently working on improving my vanilla JS and with Vue/Nuxt. I'm looking forward to learning more and am excited to join the community.

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