CodeNewbie Community 🌱

Brian Rinaldi profile picture

Brian Rinaldi

Been coding for 20+ years but always learning - so always a newbie in a way. Developer advocate at StepZen. Run cfe.dev which hosts free meetups for developers.

Location Orlando, FL Joined Joined onΒ 

Work

Developer Advocate at StepZen

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