You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Create calcIsEven.test.js
Adding test file for even number
* Create calcIsOdd.test.js
Add new file for test odd number
* Create README.md
Adding description for number-calculation
* Create calcIsEven
Adding check even number function
* Rename calcIsEven to calcIsEven.js
* Create calcIsOdd.js
a suggestion for improve quality, readability and robustness of the algorithms is to have test cases.
without tests it is hard to know if the algorithms / data structure works as intended.
The text was updated successfully, but these errors were encountered: