CodeNewbie Community 🌱

Discussion on: CodeLand 2022 Conference

Collapse
 
ellativity profile image
Ella (she/her/elle)

Thanks so much for sharing your experience about the conference @luiscastillokc - and passing on those words of wisdom @kelseyhightower πŸ™Œ

You asked so many great questions in the discussions, I'm happy to hear you got some good answers in return!

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