Implement `filterEvens(arr)` that returns a new array containing only the even numbers from `arr`.
Run your code to see results.