Skip to content

Commit 45ba0d1

Browse files
authoredJun 23, 2022
Merge pull request #3078 from joaquinelio/patch-11
"and" instead of "/" just to match previous line
2 parents 3035448 + 07727ee commit 45ba0d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎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)