CodeNewbie Community 🌱

David LaRocco profile picture

David LaRocco

I'm a recovering retail administrator currently back in school to learn software development.

Location New Orleans, Louisiana, United States Joined Joined onΒ  Personal website https://www.linkedin.com/in/davidblarocco/

Want to connect with David LaRocco?

Create an account to connect with David LaRocco. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
loading...
const modalMarkup = `
`; // 2. Append the markup string to the end of the document body document.body.insertAdjacentHTML('beforeend', modalMarkup);