CodeNewbie Community 🌱

Discussion on: Welcome Thread - V8

Collapse
 
decooper19 profile image
Dianne

Hi, my name is Dianne and I’m switching careers. I was in advertising (account service) and I’m now learning how to code. It’s challenging, but I really do like it.

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