Saturday, March 3, 2012

[Javascript] Factorial

          Hello, Reader ^^! Back again with source code. This time is Factorial which is coded using Javascript. This one is using recursion to get the result. It also checks whether the input is full number or not. The checking is using regexp so it would be easier to test whether it is full number or not. Okay, that's all I can say. Thank you for reading ^^!




Try it here





Download/View Source Code
Dropbox
Dropbox (Repository)
GitHub
GitHub (Repository)





2 comments: