Inspiration
This is a simple project that gives a beginner a go-ahead in learning about data structures. This project mainly focuses on arrays
What it does
An array of numbers is entered separated by commas and this calculator performs statistics functions and returns the mean, mode and standard deviation of the numbers entered.
How we built it
This project was built using HTML, CSS and JavaScript.
Challenges we ran into
Accomplishments that we're proud of
What we learned
the project gives an understanding of array manipulation methods like reduce(), filter(), sort() and also one gets to carry out DOM manipulation.
What's next for Statistics Calculator
Next, there will also be provision for getting the mode and variance of the numbers.
Log in or sign up for Devpost to join the conversation.