Travis build: 529

This commit is contained in:
30secondsofcode
2018-09-25 20:15:39 +00:00
parent e6532cee23
commit 2bdda5eac8
2 changed files with 2 additions and 2 deletions

View File

@ -827,7 +827,7 @@ all([1, 2, 3]); // true
### 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.

File diff suppressed because one or more lines are too long