💾*sequence()
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
JS ⟩ objects ⟩ built-in ⟩ Generator ⟩ generator function ⟩ compostion ⟩ *sequence()
yield the values of iterables sequentially.
yield* operator - can only be used within generator functions❗️