Difference Between `return` and `return yield*` in Generators

is there a difference between return and return yield* at the end of a generator?
Was this page helpful?