From 8ccfa93045a6c119303566370999f59a0aae3b25 Mon Sep 17 00:00:00 2001 From: Irvin Date: Wed, 16 Feb 2022 02:13:18 +0800 Subject: adjust dl/dt/dd tags for zh-CN --- .../web/javascript/reference/functions/index.html | 18 ------------------ .../web/javascript/reference/functions/set/index.html | 3 --- 2 files changed, 21 deletions(-) (limited to 'files/zh-cn/web/javascript/reference/functions') diff --git a/files/zh-cn/web/javascript/reference/functions/index.html b/files/zh-cn/web/javascript/reference/functions/index.html index 7bf9d86f8e..876a0c42ee 100644 --- a/files/zh-cn/web/javascript/reference/functions/index.html +++ b/files/zh-cn/web/javascript/reference/functions/index.html @@ -73,14 +73,8 @@ translation_of: Web/JavaScript/Reference/Functions
name
函数名.
-
- -
param
传递给函数的参数的名称。
-
- -
statements
组成函数体的声明语句。
@@ -95,14 +89,8 @@ translation_of: Web/JavaScript/Reference/Functions
name
函数名,可以省略。当省略函数名的时候,该函数就成为了匿名函数。
-
- -
param
传递给函数的参数的名称。
-
- -
statements
组成函数体的声明语句。
@@ -187,9 +175,6 @@ translation_of: Web/JavaScript/Reference/Functions
arg1, arg2, ... argN
函数使用零个或多个名称作为正式的参数名称。每一个必须是一个符合有效的JavaScript标识符规则的字符串或用逗号分隔的字符串列表,例如“x”,“theValue”或“a,b”。
-
- -
functionBody
一个构成的函数定义的,包含JavaScript声明语句的字符串。
@@ -213,9 +198,6 @@ translation_of: Web/JavaScript/Reference/Functions
arg1, arg2, ... argN
函数使用零个或多个名称作为正式的参数名称。每一个必须是一个符合有效的JavaScript标识符规则的字符串或用逗号分隔的字符串列表,例如“x”,“theValue”或“a,b”。
-
- -
functionBody
一个构成的函数定义的,包含JavaScript声明语句的字符串。
diff --git a/files/zh-cn/web/javascript/reference/functions/set/index.html b/files/zh-cn/web/javascript/reference/functions/set/index.html index 76f67c2779..da011b8936 100644 --- a/files/zh-cn/web/javascript/reference/functions/set/index.html +++ b/files/zh-cn/web/javascript/reference/functions/set/index.html @@ -25,9 +25,6 @@ translation_of: Web/JavaScript/Reference/Functions/set
prop
要绑定到给定函数的属性名。
-
- -
val
用于保存尝试分配给prop的值的变量的一个别名。
表达式
-- cgit v1.2.3-54-g00ecf