Retired
Unofficial FCC Challenge -- Basic Algorithm Scripting -- Factorialize a Number (retired)
13 of 14zcassini
Description:
Return the factorial of the provided integer.
If the integer is represented with the letter n, a factorial is the product of all positive integers less than or equal to n.
Factorials are often represented with the shorthand notation n!
For example: 5! = 1 * 2 * 3 * 4 * 5 = 120
Remember to use Read-Search-Ask if you get stuck. Write your own code.
https://www.freecodecamp.com/challenges/factorialize-a-number
Algorithms
Similar Kata:
Stats:
Created | Apr 4, 2017 |
Warriors Trained | 33 |
Total Skips | 0 |
Total Code Submissions | 19 |
Total Times Completed | 14 |
Clojure Completions | 13 |
Total Stars | 0 |
% of votes with a positive feedback rating | 56% of 9 |
Total "Very Satisfied" Votes | 4 |
Total "Somewhat Satisfied" Votes | 2 |
Total "Not Satisfied" Votes | 3 |
Total Rank Assessments | 11 |
Average Assessed Rank | 7 kyu |
Highest Assessed Rank | 7 kyu |
Lowest Assessed Rank | 8 kyu |