Ruby - Enumerable and Collection Processing
How can you combine
flat_map with a condition to extract only even numbers from the sub-arrays?
arr = [[1, 2], [3, 4], [5, 6]]
