Skip to content

Commit

Permalink
Update exercises.js
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlhlee authored Mar 14, 2017
1 parent a29ade1 commit 1e29f60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions exercises.js
Original file line number Diff line number Diff line change
Expand Up @@ -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!";



Expand Down

0 comments on commit 1e29f60

Please sign in to comment.