CodeNewbie Community 🌱

Discussion on: [On-Demand Talk] Art History is a Feature: Non-Dev Work as a Superpower

Collapse
 
remcoboerma profile image
Remco Boerma • Edited

Btw, the greaterthancode podcast asks everyone for their superpower in a similar sense.

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