Skip to content

Instantly share code, notes, and snippets.

@rampfox
Created May 6, 2021 14:09
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 rampfox/fe9319822029cd60306df2f895acf290 to your computer and use it in GitHub Desktop.
Save rampfox/fe9319822029cd60306df2f895acf290 to your computer and use it in GitHub Desktop.
Pretest 6 May 2021 -- multidimensional array
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