Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`Array.prototype.some` performs full iteration only in the case the last item returns truthy and when all return falsy. So, it is more accurate to relate to each **traversed** item than each item in the array.
- Loading branch information