From 1e29f607757d1f025fbeb4c44495392e90ec5eca Mon Sep 17 00:00:00 2001 From: victorlhlee Date: Mon, 13 Mar 2017 17:31:54 -1000 Subject: [PATCH] Update exercises.js --- exercises.js | 1 + 1 file changed, 1 insertion(+) diff --git a/exercises.js b/exercises.js index 171bec3..2f86f9d 100644 --- a/exercises.js +++ b/exercises.js @@ -310,6 +310,7 @@ Final Boss * The function will loop through the string value and put all the letters into an array, except for the letter "A" and "a". We don't want no stinking "A" or "a" in our array. Test your function with the `phrase` below! */ +var phrase = "An apple a day keeps Alice feeling awesome!";