CodeNewbie Community 🌱

Discussion on: CodeLand 2021 Hallway β€” Day Two

Collapse
 
ana profile image
ammpedro

Hey there ☺️ how are you enjoying Codeland so far?

Thread Thread
 
varghesejose2020 profile image
Varghese Jose

Yes

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