From 63beb274d24276e381bf54688f376e8f6e30e410 Mon Sep 17 00:00:00 2001 From: Chris Warrick Date: Mon, 31 Oct 2016 17:12:51 +0100 Subject: [PATCH] Mention returning undefined in "Finders Keepers" --- .../intermediate-bonfires.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenges/01-front-end-development-certification/intermediate-bonfires.json b/challenges/01-front-end-development-certification/intermediate-bonfires.json index a0fb782398..ce4893de55 100644 --- a/challenges/01-front-end-development-certification/intermediate-bonfires.json +++ b/challenges/01-front-end-development-certification/intermediate-bonfires.json @@ -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 Read-Search-Ask if you get stuck. Try to pair program. Write your own code." ], "challengeSeed": [