yield*
the "done" value of the iterator
Last updated
Was this helpful?
the "done" value of the iterator
Last updated
Was this helpful?
โฉ โฉ โฉ โฉ โฉ yield* expression
the value of yield* expression is the "done" value of the iterator. (undefined by default)
replit๏ผ
yield and operator can only be used within generator functionsโ๏ธ
replit๏ผ
โฉ