Skip to content

Commit 07727ee

Browse files
authored
"and" instead of "/" just to match previous line
1 parent 7964b11 commit 07727ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/05-data-types/02-number/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ A few examples:
403403
```
404404

405405
`Math.max(a, b, c...)` and `Math.min(a, b, c...)`
406-
: Returns the greatest/smallest from the arbitrary number of arguments.
406+
: Returns the greatest and smallest from the arbitrary number of arguments.
407407

408408
```js run
409409
alert( Math.max(3, 5, -10, 0, 1) ); // 5

0 commit comments

Comments
 (0)