From d4625fc3adef7da9a077b195800094d03488c50c Mon Sep 17 00:00:00 2001 From: t7yang Date: Fri, 28 May 2021 22:17:15 +0800 Subject: remove bcd paragraph for zh-CN --- files/zh-cn/web/javascript/reference/functions/arguments/index.html | 2 -- .../zh-cn/web/javascript/reference/functions/arrow_functions/index.html | 2 -- .../web/javascript/reference/functions/default_parameters/index.html | 2 -- files/zh-cn/web/javascript/reference/functions/get/index.html | 2 -- .../web/javascript/reference/functions/method_definitions/index.html | 2 -- .../zh-cn/web/javascript/reference/functions/rest_parameters/index.html | 2 -- files/zh-cn/web/javascript/reference/functions/set/index.html | 2 -- 7 files changed, 14 deletions(-) (limited to 'files/zh-cn/web/javascript/reference/functions') diff --git a/files/zh-cn/web/javascript/reference/functions/arguments/index.html b/files/zh-cn/web/javascript/reference/functions/arguments/index.html index f1f356a935..22ec42ac8f 100644 --- a/files/zh-cn/web/javascript/reference/functions/arguments/index.html +++ b/files/zh-cn/web/javascript/reference/functions/arguments/index.html @@ -264,8 +264,6 @@ func(); // undefined

浏览器兼容

- -

{{Compat("javascript.functions.arguments")}}

相关链接

diff --git a/files/zh-cn/web/javascript/reference/functions/arrow_functions/index.html b/files/zh-cn/web/javascript/reference/functions/arrow_functions/index.html index a7a50b8d5b..1221c109b5 100644 --- a/files/zh-cn/web/javascript/reference/functions/arrow_functions/index.html +++ b/files/zh-cn/web/javascript/reference/functions/arrow_functions/index.html @@ -473,8 +473,6 @@ fact(5); // 120

浏览器兼容

- -

{{Compat("javascript.functions.arrow_functions")}}

相关链接

diff --git a/files/zh-cn/web/javascript/reference/functions/default_parameters/index.html b/files/zh-cn/web/javascript/reference/functions/default_parameters/index.html index 7422fc208b..86f1722c9e 100644 --- a/files/zh-cn/web/javascript/reference/functions/default_parameters/index.html +++ b/files/zh-cn/web/javascript/reference/functions/default_parameters/index.html @@ -207,8 +207,6 @@ f(); // 6

浏览器兼容

- -

{{Compat("javascript.functions.default_parameters")}}

相关链接

diff --git a/files/zh-cn/web/javascript/reference/functions/get/index.html b/files/zh-cn/web/javascript/reference/functions/get/index.html index 38c16fea77..5264abb7a5 100644 --- a/files/zh-cn/web/javascript/reference/functions/get/index.html +++ b/files/zh-cn/web/javascript/reference/functions/get/index.html @@ -159,8 +159,6 @@ console.log(

浏览器兼容

- -

{{Compat("javascript.functions.get")}}

相关链接

diff --git a/files/zh-cn/web/javascript/reference/functions/method_definitions/index.html b/files/zh-cn/web/javascript/reference/functions/method_definitions/index.html index a26e15dc20..372c50c880 100644 --- a/files/zh-cn/web/javascript/reference/functions/method_definitions/index.html +++ b/files/zh-cn/web/javascript/reference/functions/method_definitions/index.html @@ -207,8 +207,6 @@ console.log(bar.foo2()); // 2

浏览器兼容

- -

{{Compat("javascript.functions.method_definitions")}}

参见

diff --git a/files/zh-cn/web/javascript/reference/functions/rest_parameters/index.html b/files/zh-cn/web/javascript/reference/functions/rest_parameters/index.html index 04ddd4243d..ededb09bcd 100644 --- a/files/zh-cn/web/javascript/reference/functions/rest_parameters/index.html +++ b/files/zh-cn/web/javascript/reference/functions/rest_parameters/index.html @@ -151,8 +151,6 @@ console.log(sortArguments(5, 3, 7, 1)); // shows 1, 3, 5, 7

浏览器兼容

- -

{{Compat("javascript.functions.rest_parameters")}}

相关链接

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 bb49eb1e39..4a17cc76e5 100644 --- a/files/zh-cn/web/javascript/reference/functions/set/index.html +++ b/files/zh-cn/web/javascript/reference/functions/set/index.html @@ -119,8 +119,6 @@ console.log(obj.baz); // "baz"

浏览器兼容

- -

{{Compat("javascript.functions.set")}}

相关链接

-- cgit v1.2.3-54-g00ecf