CodeNewbie Community 🌱

Discussion on: We are Codiga and we’re excited to be at CodeLand!

Collapse
 
bobbybates profile image
Bobby Bates

Thanks for sponsoring, Codiga! πŸ™Œ Looking forward to checking out some snippets.

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