| about | help | code help+videos | done | prefs | 
| Given an array of non-negative integers, return an array of booleans where each boolean's value is true if and only if its corresponding integer is even. showEvens([7, 8]) → [false, true] showEvens([0, 2, 6, 4]) → [true, true, true, true] showEvens([99, 9]) → [false, false] ...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