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 --- .../zh-cn/web/javascript/reference/statements/function/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'files/zh-cn/web/javascript/reference/statements/function/index.html') 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 ef61d65141..e094148986 100644 --- a/files/zh-cn/web/javascript/reference/statements/function/index.html +++ b/files/zh-cn/web/javascript/reference/statements/function/index.html @@ -39,7 +39,7 @@ translation_of: Web/JavaScript/Reference/Statements/function
包含函数体的语句。
-

描述

+

描述

一个被函数声明创建的函数是一个 Function 对象,具有 Function 对象的所有属性、方法和行为。查看 Function 以获取 function 的详细信息。

@@ -114,9 +114,9 @@ var notHoisted = function() { }; -

示例

+

示例

-

使用函数

+

使用函数

下面的代码声明了一个函数,该函数返回了销售的总金额, 参数是产品a,b,c分别的销售的数量.

@@ -157,7 +157,7 @@ var notHoisted = function() {

{{Compat("javascript.statements.function")}}

-

相关链接

+

相关链接