CodeNewbie Community 🌱

Discussion on: [On-Demand Talk] From Tech Support To Developer

Collapse
 
noviicee profile image
Novice

Woah! Feels like I am getting some real knowledge out here :D
Thanks Nočnica for the talk.

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