Typo and regeneration

This commit is contained in:
Angelos Chalaris
2017-12-17 19:58:18 +02:00
parent 26ecfae4b8
commit 7b93f5a348
3 changed files with 22 additions and 14 deletions

View File

@ -1,6 +1,6 @@
### arrayMin
Returns the maximum value in an array.
Returns the minimum value in an array.
Use `Math.min()` combined with the spread operator (`...`) to get the minimum value in the array.