CodeNewbie Community 🌱

Discussion on: [CodeLand Digital Scavenger Hunt] Question 13

Collapse
 
aronaman profile image
Aron Aman

Originally stood for "Yet Another Markup Language"
Now stands for "YAML Ain't Markup Language"

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