Skip to content

Commit

Permalink
Merge pull request freeCodeCamp#3834 from michael-krebs/fix/finders-k…
Browse files Browse the repository at this point in the history
…eepers-mdn-link

Changes Finders Keepers MDN link from array.some() to array.filter()
  • Loading branch information
ltegman committed Oct 22, 2015
2 parents 43155e8 + 6dfda01 commit 4c9b4d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seed/challenges/intermediate-bonfires.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4c9b4d8

Please sign in to comment.