Computes the maximum value of array. If array is empty or falsey, undefined is returned.
- Lodash chained on (*): the maximum value.
See Implementation
Computes the maximum value of array. If array is empty or falsey, undefined is returned.