ameerthehacker / node-calculator

A simple app for automated tests using jest
MIT License
1 stars 18 forks source link

Added standard deviation function with example in app and test in tests #19

Closed OsamaNabih closed 5 years ago

OsamaNabih commented 5 years ago

Also noticed the sqrt test was failing so I fixed it by changing return 'Undefined' to throw 'Undefined' so the test passes

ameerthehacker commented 5 years ago

cool thanks for the contribution