Pinned Loading
-
-
-
recursion function
recursion function 1// a recursive function is a function that calls itself
23const factorial = function recurse(n) {
4if( n <= 1 ) {
5return 1;
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.