Updated Functions (markdown)

Namhyeon Go 2024-08-14 14:02:06 +09:00
parent 1594ee9b58
commit ec0596d558

@ -55,7 +55,7 @@ exports.onShoutcut = onShoutcut;
exports.sub_01 = sub_01;
// You must explicitly specify where to find the function.
AsyncFunction._filename = "program.js";
AsyncFunction.__filename__ = "program.js";
```
## GeneratorFunction