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!", "Factorials are often represented with the shorthand notation n!",
"For example: 5! = 1 * 2 * 3 * 4 * 5 = 120f" "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"] "MDNlinks" : ["Arithmetic Operators"]
}, },
{ {
@ -253,7 +253,7 @@
"assert.deepEqual(where([{ 'a': 1 }, { 'a': 1 }, { 'a': 1, 'b': 2 }], { 'a': 1 }), [{ 'a': 1 }, { 'a': 1 }, { 'a': 1, 'b': 2 }], 'should return with multiples');" "assert.deepEqual(where([{ 'a': 1 }, { 'a': 1 }, { 'a': 1, 'b': 2 }], { 'a': 1 }), [{ 'a': 1 }, { 'a': 1 }, { 'a': 1, 'b': 2 }], 'should return with multiples');"
], ],
"MDNlinks" : ["Global Object", "Object.hasOwnProperty()", "Object.keys()"] "MDNlinks" : ["Global Object", "Object.hasOwnProperty()", "Object.keys()"]
}, },
{ {
"_id":"a39963a4c10bc8b4d4f06d7e", "_id":"a39963a4c10bc8b4d4f06d7e",
"name":"Seek and Destroy", "name":"Seek and Destroy",