Ruby - Enumerable and Collection Processing
How can you use
reject combined with map to get an array of squares of only odd numbers from nums = [1, 2, 3, 4, 5]?