CodeNewbie Community 🌱

Discussion on: CodeLand 2021 Hallway — Day Two

Collapse
 
emilybrooks profile image
Emily Brooks (She/Her)

Oh yes!! I plan to update LinkedIn ASAP!! Good point!

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