about | help | code help+videos | done | prefs |
Return true if the words array contains only words that begin with "a" or has no words that begin with "a". Otherwise, return false. arrayAllAsNoAs(["ant", "apple", "cat"]) → false arrayAllAsNoAs(["age", "add"]) → true arrayAllAsNoAs([]) → 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: 10 Post-solution available
Copyright Nick Parlante 2017 - privacy