Invokes the iteratee function n times, returning an array of the results of each invocation. The iteratee is invoked with one argument; (index).
The number of times to invoke iteratee.
The function invoked per iteration.
Returns the array of results.
_.times
Invokes the iteratee function n times, returning an array of the results of each invocation. The iteratee is invoked with one argument; (index).