The function declaration (function keyword followed by an asterisk) defines a generator function, which returns a Generator object.
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/function

* Generator * iterator * yield * yield* * Legacy generator function * TypeError * bugĀ 958951