CodeNewbie Community 🌱

Dan Curtis profile picture

Dan Curtis

Sure CPP is cool, but have you ever tried CSS?

Location Denver, CO Joined Joined onΒ  twitter website

Work

Software Engineer

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