From f6c44c82ed74a16ac1fbbef11f25fac74fa19d52 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Wed, 7 Aug 2024 12:00:08 +0900 Subject: [PATCH] Updated Functions (markdown) --- Functions.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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