Here are
314 public repositories
matching this topic...
Recursively iterates over collections arrays and objects
Updated
Dec 15, 2020
JavaScript
Iterate over the enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`.
Updated
Feb 28, 2017
JavaScript
💤 Sleep, snooze & step methods
Updated
Feb 7, 2022
JavaScript
Faster, node.js focused alternative to JavaScript's native array map.
Updated
Feb 28, 2017
JavaScript
Updated
Apr 8, 2018
JavaScript
Similar to map for arrays, this creates a new object by calling the callback on each property of the original object.
Updated
Dec 20, 2017
JavaScript
`Array#forEach()` but it’s possible to define where to move to next
Updated
Nov 20, 2022
JavaScript
Standard library iterator utilities.
Updated
Jan 18, 2025
JavaScript
Iterate any JS iterator. Works robustly in all environments, all versions.
Updated
Oct 27, 2022
JavaScript
Create an iterator which computes the base `b` logarithm.
Updated
Jan 19, 2025
JavaScript
Create an iterator which invokes a function for each iterated value before returning the iterated value.
Updated
Jan 13, 2025
JavaScript
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
Iterate any iterable JS value. Works robustly in all environments, all versions.
Updated
Oct 27, 2022
JavaScript
Create an iterator which evaluates the Bessel function of the first kind of order one for each iterated value.
Updated
Dec 16, 2024
JavaScript
Perform a single-pass map-reduce operation against each element in an array and return the accumulated result.
Updated
Dec 30, 2024
JavaScript
Test whether all iterated values are truthy.
Updated
Dec 30, 2024
JavaScript
Create an iterator which both filters and maps the values of another iterator.
Updated
Jan 20, 2025
JavaScript
Create an iterator which rounds each iterated value to the nearest power of two toward zero.
Updated
Dec 1, 2024
JavaScript
Evaluate the terms of a continued fraction.
Updated
Dec 23, 2024
JavaScript
Create an iterator which skips the last value of a provided iterator.
Updated
Dec 30, 2024
JavaScript
Improve this page
Add a description, image, and links to the
iterate
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
iterate
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.