aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/javascript/reference/statements/function
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/javascript/reference/statements/function')
-rw-r--r--files/zh-cn/web/javascript/reference/statements/function/index.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/files/zh-cn/web/javascript/reference/statements/function/index.html b/files/zh-cn/web/javascript/reference/statements/function/index.html
index e094148986..cb225706eb 100644
--- a/files/zh-cn/web/javascript/reference/statements/function/index.html
+++ b/files/zh-cn/web/javascript/reference/statements/function/index.html
@@ -27,14 +27,8 @@ translation_of: Web/JavaScript/Reference/Statements/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>