CodeNewbie Community 🌱

Discussion on: This is my first time using CodeNewbie!

Collapse
 
zakiazfar profile image
zakiAzfar

👍👍

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