tiny fix for a bonfire
This commit is contained in:
@ -50,7 +50,7 @@
|
||||
"Factorials are often represented with the shorthand notation n!",
|
||||
"For example: 5! = 1 * 2 * 3 * 4 * 5 = 120f"
|
||||
],
|
||||
"challengeSeed": "function factorialize(num) {\n return num;\r\n}\n\nfactorialize(5);",
|
||||
"challengeSeed": "function factorialize(num) {\n return num;\r\n}\n\nfactorialize(5);",
|
||||
"MDNlinks" : ["Arithmetic Operators"]
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user