* 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 |
---|---|---|
min | Computes the minimum of the given arguments. | manual |
Computes the minimum of the given arguments.
min(args: [number]) -> number
Examples
const myVar = min(4, 5, 6)
Arguments
args
:[number]
(REQUIRED)
Returns
number