FACTReturns the factorial of a number. Parameters value Number (required) - The value for which to calculate the factorial. Returns Number Examples JavaScriptFACT(5) // returns 120Updated 24 days ago EXPFACTDOUBLETable of Contents Parameters Returns Examples