const isaac = {
name: {
first: "isaac",
last: "gamus",
},
email: "[email protected]",
site: "https://igamus.github.io/",
location: {
city: "edison",
state: "new jersey",
country: "united states of america"
},
age: 28,
education: [
{
institution: "Arizona State University",
credentialEarned: "B.S. Biochemistry",
yearGraduated: 2018,
}, {
institution: "App Academy",
credentialEarned: "Software Engineering (Full Stack Web Dev) Certificate",
yearGraduated: 2023
}],
languages: ["javascript", "python"],
favoriteIDE: "Microsoft Word" // See https://www.youtube.com/watch?v=X34ZmkeZDos&pp=ygUNbWljcm9zb2Z0IGlkZQ%3D%3D
}
Coming soon! (probably with social media, too)