CodeNewbie Community 🌱

Discussion on: CodeNewbie Writers of the Month β€” January 2021

Collapse
 
jscoder17 profile image
Jscoder17 • Edited

Will there be another contest?

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