aboutsummaryrefslogtreecommitdiff
path: root/files/zh-tw/web/javascript/reference/statements/function_star_/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-tw/web/javascript/reference/statements/function_star_/index.html')
-rw-r--r--files/zh-tw/web/javascript/reference/statements/function_star_/index.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/files/zh-tw/web/javascript/reference/statements/function_star_/index.html b/files/zh-tw/web/javascript/reference/statements/function_star_/index.html
index 11b1013537..58180049af 100644
--- a/files/zh-tw/web/javascript/reference/statements/function_star_/index.html
+++ b/files/zh-tw/web/javascript/reference/statements/function_star_/index.html
@@ -31,14 +31,8 @@ translation_of: Web/JavaScript/Reference/Statements/function*
<dl>
<dt><code>name</code></dt>
<dd>函式名稱。</dd>
-</dl>
-
-<dl>
<dt><code>param</code></dt>
<dd>要被傳入函式的引數名稱,一個函式最多可以擁有 255 個引數。</dd>
-</dl>
-
-<dl>
<dt><code>statements</code></dt>
<dd>statements 構成了函式內容的陳述式。</dd>
</dl>