CodeNewbie Community 🌱

Aaron Lundy profile picture

Aaron Lundy

I have a unquenchable desire to learn things, software design, maintenance and troubleshooting was a natural progression. Using it to build a more understanding world is not.

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