From c40612041809fe289aba58aefa170bbe784aba1f Mon Sep 17 00:00:00 2001 From: t7yang Date: Mon, 10 Jan 2022 08:38:07 +0800 Subject: remove name attribute for zh-CN --- .../javascript/reference/global_objects/function/length/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'files/zh-cn/web/javascript/reference/global_objects/function/length') diff --git a/files/zh-cn/web/javascript/reference/global_objects/function/length/index.html b/files/zh-cn/web/javascript/reference/global_objects/function/length/index.html index 42532bd8ad..699cce5844 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/function/length/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/function/length/index.html @@ -15,7 +15,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Function/length
{{js_property_attributes(0,0,1)}}
-

描述

+

描述

length 是函数对象的一个属性值,指该函数期望传入的参数数量,即形参的个数。

@@ -31,7 +31,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Function/length

 {{jsxref("Function.prototype")}}  对象的 length 属性值为 0 。

-

示例

+

示例

console.log(Function.length); /* 1 */
 
-- 
cgit v1.2.3-54-g00ecf