CodeNewbie Community 🌱

Discussion on: [CodeLand Digital Scavenger Hunt] Question 12

Collapse
 
ifo profile image
Ifo Ikede

Tim Berners-Lee

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