A webapp that uses array manipulation methods like .map()
, .reduce()
, and .filter()
to handle user input and DOM manipulation to do statistics calculations on a user-generated array of numbers.
Performs the following statistical calculations:
mean
median
mode
range
variance
standard deviation
HTML5, CSS3, Javascript, Array Manipulation