๐ฐ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 example
such an object is said to be implementing the IteratorResult interface.
Last updated
Was this helpful?