Course · Section 11: Working With Arrays · Lecture 156: Data Transformations: map, filter, reduce
Implement `filterEvens(arr)` that returns a new array containing only the even numbers from `arr`.
+ 1 hidden test run on Submit.
filter on even values returns a new array of the evens.
Run your code to see results.