Update allEqual description
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
### allEqual
|
### 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.
|
Use `Array.every()` to check if all the elements of the array are the same as the first one.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user