Skip to content

Instantly share code, notes, and snippets.

@mceoin
Forked from kevinkang88/gc1_user_stories.js
Created March 22, 2014 22:53
Show Gist options
  • Save mceoin/9715731 to your computer and use it in GitHub Desktop.
Save mceoin/9715731 to your computer and use it in GitHub Desktop.
want to...
have SUM that is able to calculate the sum of all numbers in an Array
have MEAN that is able to calculate the average of all numbers in an Array
have MEDIAN that is able to calculate the median of all numbers in an Array
number of items in an Array can be both odd or even
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment