Updated Functions (markdown)

Namhyeon Go 2024-08-07 12:00:38 +09:00
parent f6c44c82ed
commit 0b73c51fd6

@ -54,6 +54,8 @@ exports.sub_01 = sub_01;
## GeneratorFunction
### Examples
```js
var a = new GeneratorFunction(function(_yield) {
_yield("a");