CodeNewbie Community 🌱

Discussion on: 3 Key factors to consider when selecting your first programming language

Collapse
 
funbeedev profile image
Fum

Thanks, glad to hear that!

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