🔰iteration result
JS⟩ iteration ⟩ iteration result
object with value
/ done
properties that holds the result of each step of the iteration.
such an object is said to be implementing the IteratorResult interface.
if a result without either value or done is returned, it's effectively equivalent to:
Last updated