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