CodeNewbie Community 🌱

Discussion on: [On-Demand Talk] The Shared Responsibility of Tech Ethics

Collapse
 
necolanch profile image
Nicholas Cruz

I like the coming from statement idea. I will draft my own and aim to add that into my portfolio website.

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