CodeNewbie Community 🌱

BinaryDigit profile picture

BinaryDigit

I'm a tech enthusiast and gamer from NY who likes to tinker with all aspects of web dev!

Location New York, NY Joined Joined onΒ  Personal website https://binarydigit.io github website

Work

Tech manager at a small publishing company

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