aboutsummaryrefslogtreecommitdiff
path: root/files/zh-tw/web/javascript/reference/statements/async_function
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-tw/web/javascript/reference/statements/async_function')
-rw-r--r--files/zh-tw/web/javascript/reference/statements/async_function/index.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/files/zh-tw/web/javascript/reference/statements/async_function/index.html b/files/zh-tw/web/javascript/reference/statements/async_function/index.html
index ced67f4a09..1111e54da6 100644
--- a/files/zh-tw/web/javascript/reference/statements/async_function/index.html
+++ b/files/zh-tw/web/javascript/reference/statements/async_function/index.html
@@ -29,14 +29,8 @@ translation_of: Web/JavaScript/Reference/Statements/async_function
<dl>
<dt><code>name</code></dt>
<dd>函式名稱。</dd>
-</dl>
-
-<dl>
<dt><code>param</code></dt>
<dd>傳遞至函式的參數名稱。</dd>
-</dl>
-
-<dl>
<dt><code>statements</code></dt>
<dd>組成該函式主體的陳述。</dd>
</dl>