Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 542 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 542 Bytes

Build a Statistics Calculator

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

🛠 Skills

HTML5, CSS3, Javascript, Array Manipulation

Authors

Acknowledgements