Returns the maximum value from an array of strings. If the array is empty, the result is undefined.
The maximum value is calculated with lexical order.
Returns the maximum value from an array of numbers. If the array is empty, the result is undefined.
Generated using TypeDoc
Returns the maximum value from an array of strings. If the array is empty, the result is undefined.
The maximum value is calculated with lexical order.