open-source-workshop / idc-katas

0 stars 40 forks source link

factorial #70

Open shivamgupta077 opened 5 years ago

shivamgupta077 commented 5 years ago

Factorial

Where to implement

src/factorial.js

Description (optional)

Input :- An integer (n) Output :- Factorial of n

For Eg : Input :- 5 . Output :- 120