about | help | code help+videos | done | prefs |
Given an array of strings, return true if any of the strings contains the letter "e" (either uppercase or lowercase). Otherwise return false. hasAnE(["Jay", "Chris", "Riley"]) → true hasAnE([]) → false hasAnE(["Doug", "ALEXIS", "Julia"]) → true ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Difficulty: 200
Copyright Nick Parlante 2017 - privacy