From bd5d1692ef9b300082964145b8a09fcd653934e4 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Wed, 7 Aug 2024 11:58:55 +0900 Subject: [PATCH] Updated AsyncFunction (markdown) --- AsyncFunction.md => Functions.md | 2 ++ 1 file changed, 2 insertions(+) rename AsyncFunction.md => Functions.md (98%) diff --git a/AsyncFunction.md b/Functions.md similarity index 98% rename from AsyncFunction.md rename to Functions.md index f858e5b..cd9b01a 100644 --- a/AsyncFunction.md +++ b/Functions.md @@ -1,3 +1,5 @@ +# Functions + ## AsyncFunction JScript does not support the `async` keyword. So, WelsonJS uses the `AsyncFunction` class made by itself.