$min
Computes the minimum number in an array.
Signature
Arguments
Name
Description
Type
Required
Number Array
String
Returns
{{$min scores}}{
"scores": [ 3, 22, 9, 15 ]
}Last updated
Was this helpful?
Computes the minimum number in an array.
{{$min array [format]}}
array
Array of numbers.
format
Format string used to format the result
Returns the minimum value.
Example
{{$min scores}}{
"scores": [ 3, 22, 9, 15 ]
}3
Last updated
Was this helpful?
Was this helpful?