Travis build: 529
This commit is contained in:
@ -827,7 +827,7 @@ all([1, 2, 3]); // true
|
|||||||
|
|
||||||
### 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.
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user