"and" instead of "/" just to match previous line
This commit is contained in:
parent
7964b11b8f
commit
07727ee093
1 changed files with 1 additions and 1 deletions
|
@ -403,7 +403,7 @@ A few examples:
|
||||||
```
|
```
|
||||||
|
|
||||||
`Math.max(a, b, c...)` and `Math.min(a, b, c...)`
|
`Math.max(a, b, c...)` and `Math.min(a, b, c...)`
|
||||||
: Returns the greatest/smallest from the arbitrary number of arguments.
|
: Returns the greatest and smallest from the arbitrary number of arguments.
|
||||||
|
|
||||||
```js run
|
```js run
|
||||||
alert( Math.max(3, 5, -10, 0, 1) ); // 5
|
alert( Math.max(3, 5, -10, 0, 1) ); // 5
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue