🏠 New in High Baseline Support: Generators

March 20, 2019

caniuse · mdn · [spec]([‘https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generator-objects’, ‘https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-generatorfunction-objects’])

Generator functions (function*) create iterators that return multiple values, one after another, on-demand.

Source features