* updates Signed-off-by: Jess Frazelle <github@jessfraz.com> * more link Signed-off-by: Jess Frazelle <github@jessfraz.com> * better highlighting Signed-off-by: Jess Frazelle <github@jessfraz.com> * better highlighting Signed-off-by: Jess Frazelle <github@jessfraz.com> --------- Signed-off-by: Jess Frazelle <github@jessfraz.com>
307 B
307 B
title, excerpt, layout
title | excerpt | layout |
---|---|---|
max | Computes the maximum of the given arguments. | manual |
Computes the maximum of the given arguments.
max(args: [number]) -> number
Examples
const myVar = max(4, 5, 6)
Arguments
args
:[number]
(REQUIRED)
Returns
number