🔰iteration result
JS⟩ iteration ⟩ iteration result
object with value / done properties that holds the result of each step of the iteration.
{ value: 1, done: false } // iteration result examplesuch an object is said to be implementing the IteratorResult interface.
Last updated
Was this helpful?