CodeNewbie Community 🌱

Discussion on: What was your favorite part of CodeLand 2021?

Collapse
 
thilinianuradha profile image
Thilini_Anuradha Pelithanthri

This is my first time and hope to get a lot of experience this time.

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