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:
@ -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,
|
||||
|
Reference in New Issue
Block a user