yield
Term side of the Card
Topic: Syntax
Unit title: yield
Categories: Syntax, Keyword
Explanation side of the Card
Explanation: The keyword used in generator functions to pause execution and return an intermediate value. When the generator function is resumed, it continues execution from where it was paused, allowing for lazy evaluation and iteration.
Browser compatibility:
- The chrome browser supports this feature starting from version 39
- The edge browser supports this feature starting from version 12
- The firefox browser supports this feature starting from version 26
- The safari browser supports this feature starting from version 10
Availability: