# Factorial ### Where to implement src/factorial.js ### Description (optional) Input :- An integer (n) Output :- Factorial of n For Eg : Input :- 5 . Output :- 120
Factorial
Where to implement
src/factorial.js
Description (optional)
Input :- An integer (n)
Output :- Factorial of n
For Eg : Input :- 5 . Output :- 120