min
number|string|null min(array[number]|array[string] value)
Returns the lowest number found in an array of numbers, or the lowest string in an array of strings, or null if the array is empty
It is a type error if
the provided value is not an array
the array contains items that are not all numbers or all strings