Articles tagged: Generators
Found 2 documents
- Web/JavaScript/Reference/Operators/yield The yield keyword is used to pause and resume a generator function (function* or legacy ...
- Web/JavaScript/Reference/Operators/yield* The yield* expression is used to delegate to another generator or iterable object.