Skip to content

Instantly share code, notes, and snippets.

@joshuaaguilar20
Created January 2, 2019 21:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joshuaaguilar20/a31a9af315077bb067464b2427ca3acf to your computer and use it in GitHub Desktop.
Save joshuaaguilar20/a31a9af315077bb067464b2427ca3acf to your computer and use it in GitHub Desktop.
HomeWork
Write 5 Arrays of Objects
Assignments
testing Env.
https://repl.it/@joshuaaguilar20/Plus-Minus
1) persons 4 (firstname,lastname,favorite food)
console.log(2 persons lastname and favorite food)
array = [1,2,3,4,5]
obj = {
key:value,
key:value (last one does not have comma)
}
var persons =
2) Shopping List =
5 items
console.log(3rd).
Item: carrorts
Price
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment