tiny fix for a bonfire

This commit is contained in:
Michael Q Larson
2015-03-29 14:56:13 -07:00
parent 43810ccb0c
commit 81ce249dfc

View File

@ -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"]
},
{