about | help | code help+videos | done | prefs |
given an array of ints, return true if the length of the array is an even number, and false otherwise. isLengthEven([]) → true isLengthEven([10]) → false isLengthEven([10, -10]) → 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: 100
Copyright Nick Parlante 2017 - privacy