CodeNewbie Community 🌱

CodeLand 2021

CodeLand is the tech industry's friendliest conference for early-career developers and their champions. Our 2021 event is fully remote β€” all talks will be tied to posts here on CodeNewbie Community. ❀️

Joined Joined onΒ  Twitter logo External link icon
loading...
const modalMarkup = `
`; // 2. Append the markup string to the end of the document body document.body.insertAdjacentHTML('beforeend', modalMarkup);