CodeNewbie Community 🌱

Discussion on: How to add a map to a Website or Web App using Mapbox

Collapse
 
matthewrungwe profile image
Matthew Rungwe

It’s a pleasure. I just thought it would be nice to share. I am happy you like it.

Thank you πŸ™.

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