CodeNewbie Community 🌱

Discussion on: Why are you attending CodeLand this year?

Collapse
 
dallasviars profile image
Dallas Viars

I've really ramped up learning HTML/CSS/JS this year and an acquaintance posted about Codeland on a Discord server and it sounded great. There are so many great and varied subjects I feel they will help me grow as a developer and as a person.

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