CodeNewbie Community 🌱

Todd Walton profile picture

Todd Walton

DevOps Engineer working for a mid-sized company in Wilmington, North Carolina. Loves scripting and documentation. New to programming.

Location Wilmington, NC Joined Joined onΒ  github website
loading...
const modalMarkup = `
`; // 2. Append the markup string to the end of the document body document.body.insertAdjacentHTML('beforeend', modalMarkup);