From 86792571ae1a21a1e4bf526747d6dd1c2636d167 Mon Sep 17 00:00:00 2001 From: alattalatta Date: Sat, 14 Aug 2021 15:57:42 +0900 Subject: Clean up JS reference documents (#1818) * Clean up JavaScript references HTML code - Remove inline styles - Remove elements - Remove title attribute * Remove sup/sub from JavaScript reference * Remove name attrs from JavaScript reference * Remove legacy browser compat elements * Remove duplicate browser-compat key --- .../web/javascript/reference/operators/async_function/index.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'files/ko/web/javascript/reference/operators/async_function/index.html') diff --git a/files/ko/web/javascript/reference/operators/async_function/index.html b/files/ko/web/javascript/reference/operators/async_function/index.html index d1ec146ca4..fda50e9a4a 100644 --- a/files/ko/web/javascript/reference/operators/async_function/index.html +++ b/files/ko/web/javascript/reference/operators/async_function/index.html @@ -1,13 +1,14 @@ --- title: async function 표현식 slug: Web/JavaScript/Reference/Operators/async_function +browser-compat: javascript.operators.async_function translation_of: Web/JavaScript/Reference/Operators/async_function ---
{{jsSidebar("Operators")}}

async function 키워드는 표현식 내에서 async 함수를 정의하기 위해 사용됩니다.

-

또한 async function statement을 사용하여 async 함수를 정의할 수 있습니다.

+

또한 async function statement을 사용하여 async 함수를 정의할 수 있습니다.

문법

@@ -83,9 +84,7 @@ add(10).then(v => {

Browser compatibility

-
{{Compat("javascript.operators.async_function_expression")}} 
- -
+
{{Compat}}

See also

-- cgit v1.2.3-54-g00ecf