Update factorial.js

pull/1122/head
Shubham Bhati 2022-12-30 15:16:23 +05:30 committed by GitHub
parent af47764be0
commit 2990d6a0b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -15,3 +15,4 @@ function factorial(n) {
console.log(factorial(5));
// output: 120
//