| about | help | code help+videos | done | prefs | 
Given an integer array, return true if it contains more even numbers than odd numbers. array_moreEvenThanOdd([1, 2, 3, 4, 5]) → false array_moreEvenThanOdd([1, 1, 2, 2]) → false array_moreEvenThanOdd([2, 2, 2, 3, 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
Copyright Nick Parlante 2017 - privacy