CodeNewbie Community 🌱

Sarah Rivera profile picture

Sarah Rivera

I'm currently in the midst of my coding journey. I come from a background in environmental science and education.

Joined Joined onΒ  Personal website https://srivera12.github.io

Education

George Mason University, Johns Hopkins University

Want to connect with Sarah Rivera?

Create an account to connect with Sarah Rivera. 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);