CodeNewbie Community 🌱

Discussion on: Tell us about your side projects!

Collapse
 
itsnatalye profile image
itsNatalye

I am working on a website on job development.

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