Mention returning undefined in "Finders Keepers"

This commit is contained in:
Chris Warrick
2016-10-31 17:12:51 +01:00
committed by Stuart Taylor
parent 6d6a87be8f
commit 63beb274d2

View File

@ -857,7 +857,7 @@
"id": "a6e40f1041b06c996f7b2406",
"title": "Finders Keepers",
"description": [
"Create a function that looks through an array (first argument) and returns the first element in the array that passes a truth test (second argument).",
"Create a function that looks through an array (first argument) and returns the first element in the array that passes a truth test (second argument). If no element passes the test, return undefined.",
"Remember to use <a href='http://forum.freecodecamp.com/t/how-to-get-help-when-you-are-stuck/19514' target='_blank'>Read-Search-Ask</a> if you get stuck. Try to pair program. Write your own code."
],
"challengeSeed": [