Tag: javscript

Finding the Factorial using Recursion

Finding the Factorial using Recursion in javascript. function factorial(x) { if(x