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