Return the maximum value from one or more nested arrays. Uses the > operator for comparison.
>
element type (should support > comparison)
nested arrays to search
the maximum value or undefined if no elements present
undefined
Return the maximum value from one or more nested arrays. Uses the
>operator for comparison.