Stats library in javascript. The purpose of creating this application is to help beginners get started with node.js and integrate with jasmine framework for Behavior Driven Development (BDD).
npm installnpm start
> [email protected] start D:\javascript\js-stats
> node ./app.js
sum : 7
mean : 2.3333333333333335
I am done..npm test
D:\javascript\js-stats>npm test
> [email protected] test D:\javascript\js-stats
> jasmine-node spec
..
Finished in 0.006 seconds
2 tests, 2 assertions, 0 failures, 0 skipped