any
Here are 31 public repositories matching this topic...
Test whether at least one element in a collection is truthy.
-
Updated
Nov 1, 2024 - JavaScript
Test whether at least one element in a collection passes a test implemented by a predicate function, iterating from right to left.
-
Updated
Nov 1, 2024 - JavaScript
Test whether at least one element in a collection passes a test implemented by a predicate function.
-
Updated
Nov 1, 2024 - JavaScript
Test whether a collection contains at least `n` elements which pass a test implemented by a predicate function, iterating from right to left.
-
Updated
Nov 1, 2024 - JavaScript
Test whether a collection contains `n` elements which pass a test implemented by a predicate function.
-
Updated
Nov 1, 2024 - JavaScript
Test whether a collection contains at least `n` elements which pass a test implemented by a predicate function, iterating from right to left.
-
Updated
Nov 1, 2024 - JavaScript
Create an iterator which cumulatively tests whether at least `n` iterated values pass a test implemented by a predicate function.
-
Updated
Nov 1, 2024 - JavaScript
Test whether an object contains at least n properties (own and inherited) which pass a test implemented by a predicate function.
-
Updated
Nov 1, 2024 - JavaScript
Improve this page
Add a description, image, and links to the any topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the any topic, visit your repo's landing page and select "manage topics."