Update allEqual description

This commit is contained in:
Angelos Chalaris
2018-09-25 23:14:42 +03:00
parent 214fb5ef7d
commit d8ee8c0c32

View File

@ -1,6 +1,6 @@
### allEqual
Check if all elements are equal
Check if all elements in an array are equal.
Use `Array.every()` to check if all the elements of the array are the same as the first one.