Updated Functions (markdown)

Namhyeon Go 2024-08-07 12:00:08 +09:00
parent cd2af846a4
commit f6c44c82ed

@ -1,9 +1,8 @@
# Functions
JScript does not support the `async` and `Generator` keywords. So, WelsonJS uses the `AsyncFunction`, `GeneratorFunction` class made by itself.
## AsyncFunction
JScript does not support the `async` and `Generator` keywords. So, WelsonJS uses the `AsyncFunction`, `GeneratorFunction` class made by itself.
### Examples
#### In the webbrowser