2 Commits

Author SHA1 Message Date
5f45b540b9 Remove live code & console.log, leave examples as comments (ProjectEuler, Recursive). 2021-10-10 18:18:25 +02:00
cd7111a015 Added tests & normal function convertion (#445)
* added factorial calculator recursively

* added tests and converted to normal function

* Added tests & normal function convertion

* Update factorialCalculator.js

updated code "design" not sure why test fails on such arbitrary things.

* Update and rename factorialCalculator.js to factorial.js

Co-authored-by: vinayak <itssvinayak@gmail.com>
2020-10-14 07:32:26 +05:30