Skip to content

Commit 1e29f60

Browse files
authored
Update exercises.js
1 parent a29ade1 commit 1e29f60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

exercises.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,7 @@ Final Boss
310310
* 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!
311311
*/
312312

313+
var phrase = "An apple a day keeps Alice feeling awesome!";
313314

314315

315316

0 commit comments

Comments
 (0)