IterableValue
Last updated
Was this helpful?
The IterableValue object is designed for use in JavaScript loops to streamline iteration processes. It provides access to the current value of the iterable and indicates whether the iteration is complete.
This returns a boolean if this was the last value (true) or not.
Type Boolean
This is used in Iterators (for of loops) This returns the value of the current Iterable
Type Object
Last updated
Was this helpful?
Was this helpful?