CodeNewbie Community 🌱

Brad profile picture

Brad

Full stack TypeScript developer based in Los Angeles.

Location Los Angeles Joined Joined onΒ  Personal website https://bradtaniguchi.dev
loading...
const modalMarkup = `
`; // 2. Append the markup string to the end of the document body document.body.insertAdjacentHTML('beforeend', modalMarkup);