Merge pull request #3834 from michael-krebs/fix/finders-keepers-mdn-link

Changes Finders Keepers MDN link from array.some() to array.filter()
This commit is contained in:
Logan Tegman
2015-10-21 23:24:44 -07:00

View File

@ -633,7 +633,7 @@
"assert.strictEqual(find([1, 3, 5, 9], function(num) { return num % 2 === 0; }), undefined, 'message: <code>find([1, 3, 5, 9], function(num) { return num % 2 === 0; })</code> should return undefined.');"
],
"MDNlinks": [
"Array.some()"
"Array.filter()"
],
"type": "bonfire",
"challengeType": 5,