This method is like _.min except that it accepts iteratee which is invoked for each element in array to generate the criterion by which the value is ranked. The iteratee is invoked with one argument: (value).
_.min
iteratee
array
Optional
The iteratee invoked per element.
This method is like
_.minexcept that it acceptsiterateewhich is invoked for each element inarrayto generate the criterion by which the value is ranked. The iteratee is invoked with one argument: (value).