CodeNewbie Community 🌱

Discussion on: [Keynote] One Rule to Rule Them All: Learning in Public

Collapse
 
towers1209 profile image
Loreto E. Torres

Thanks for sharing your fount of good ideas β€” β€œShow Your Work”. πŸ‘πŸ»

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