JavaScript Developer — Hard
Key points
- The async generator function yields values sequentially.
- The `run` function uses `await` to get the values from the generator.
- Each `next()` call retrieves the next value in the sequence.
Ready to go further?
Related questions
