Update snippet descriptions
This commit is contained in:
@ -3,7 +3,7 @@ title: none
|
||||
tags: array,beginner
|
||||
---
|
||||
|
||||
Returns `true` if the provided predicate function returns `false` for all elements in a collection, `false` otherwise.
|
||||
Checks if the provided predicate function returns `false` for all elements in a collection.
|
||||
|
||||
- Use `Array.prototype.some()` to test if any elements in the collection return `true` based on `fn`.
|
||||
- Omit the second argument, `fn`, to use `Boolean` as a default.
|
||||
|
||||
Reference in New Issue
Block a user