about | help | code help+videos | done | prefs |
hasEven
Returns true if the array has an even number, false otherwise hasEven([1, 2, 3]) → true hasEven([1, 5, 3]) → false hasEven([-1, -2, -3]) → 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: 98 Post-solution available
Copyright Nick Parlante 2017 - privacy