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

Stats:

CreatedApr 4, 2017
Warriors Trained33
Total Skips0
Total Code Submissions19
Total Times Completed14
Clojure Completions13
Total Stars0
% of votes with a positive feedback rating56% of 9
Total "Very Satisfied" Votes4
Total "Somewhat Satisfied" Votes2
Total "Not Satisfied" Votes3
Total Rank Assessments11
Average Assessed Rank
7 kyu
Highest Assessed Rank
7 kyu
Lowest Assessed Rank
8 kyu
Ad
Contributors
  • zcassini Avatar
Ad