CodeNewbie Community 🌱

Discussion on: What's the difference between double equals (==) and triple equals (===) in JavaScript?

Collapse
 
aaron profile image
Aaron McCollum

Mike hit the nail on the head!

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