Creates an array of values by applying a function to elements paired from two arrays. *
The first array.
The second array.
The function to combine the paired elements.
A new array containing the results of the iteratee function.
Creates an array of values by applying a function to elements paired from two arrays. *