🔰iterable iterator
Last updated
Last updated
JS⟩ iteration ⟩ iterator ⟩ iterable iterator
an iterator that is itself iterable. (an iterator can easily be iterable by simply returning itself in its "make-iterator" method)
iterable iterators:
str.matchAll() - iterable iterator of all matches.
s returned by generator function.