Test whether at least one element in a collection passes a test implemented by a predicate function, iterating from right to left.
-
Updated
Dec 23, 2024 - JavaScript
Test whether at least one element in a collection passes a test implemented by a predicate function, iterating from right to left.
Test whether at least one element in a collection is truthy.
Test whether a collection contains at least `n` elements which pass a test implemented by a predicate function, iterating from right to left.
Test whether at least one element in a collection passes a test implemented by a predicate function.
Test whether a collection contains at least `n` elements which pass a test implemented by a predicate function, iterating from right to left.
Test whether a collection contains `n` elements which pass a test implemented by a predicate function.
✨ A ES2021 Promise implementation based on ES3 has high compatibility, and comply with ECMA-262 and Promises/A+
Test whether an object contains at least n properties (own and inherited) which pass a test implemented by a predicate function.
Cumulatively test whether at least one array element in a provided array passes a test implemented by a predicate function, while iterating from right-to-left.
Add a description, image, and links to the any topic page so that developers can more easily learn about it.
To associate your repository with the any topic, visit your repo's landing page and select "manage topics."