Created
May 6, 2021 14:09
-
-
Save rampfox/fe9319822029cd60306df2f895acf290 to your computer and use it in GitHub Desktop.
Pretest 6 May 2021 -- multidimensional array
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
let activities = [ | |
['Work', 9], | |
['Eat', 1], | |
['Commute', 2], | |
['Play Game', 1], | |
['Sleep', 7] | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment