From 66f26d754b26a727f117e83f0164d9b5be3fd2ac Mon Sep 17 00:00:00 2001 From: Kristyn Bryan Date: Mon, 23 May 2016 15:44:49 -0400 Subject: [PATCH] Update README.md --- unit_01/w02d02/morning_exercise/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/unit_01/w02d02/morning_exercise/README.md b/unit_01/w02d02/morning_exercise/README.md index ff7bf2a..ebfd50a 100644 --- a/unit_01/w02d02/morning_exercise/README.md +++ b/unit_01/w02d02/morning_exercise/README.md @@ -129,7 +129,8 @@ var sheepShearers = [ -#### EXTRA TIME: Find a value in a given array +#### FINISHED EARLY?: +Find a value in a given array - Write a function `searchArray` that takes an array and value as parameters and searches the array for the given value. If the value is in the array, return `true`, otherwise return '-1'. ```javascript var nums = [1,2,3,4,5]