ameerthehacker / node-calculator

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

Updated app.js, calculator.js and __test__/calculator.js #43

Closed viviannakann closed 4 years ago

viviannakann commented 4 years ago

Added Fahrenheit to Celsius ( fToC() ), Kelvin to Fahrenheit ( kToF() ) and Fahrenheit to Kelin ( fToK() ) in calculator.js Updated accordingly to app.js as well as test script.