diff --git a/Functions.md b/Functions.md index 9a66a6f..ce42cf1 100644 --- a/Functions.md +++ b/Functions.md @@ -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