Created
January 2, 2019 21:21
-
-
Save joshuaaguilar20/a31a9af315077bb067464b2427ca3acf to your computer and use it in GitHub Desktop.
HomeWork
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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