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/global_objects/bigint/index.html | 2 -- .../reference/global_objects/bigint/tolocalestring/index.html | 2 -- .../web/javascript/reference/global_objects/bigint/tostring/index.html | 2 -- .../web/javascript/reference/global_objects/bigint/valueof/index.html | 2 -- 4 files changed, 8 deletions(-) (limited to 'files/zh-cn/web/javascript/reference/global_objects/bigint') diff --git a/files/zh-cn/web/javascript/reference/global_objects/bigint/index.html b/files/zh-cn/web/javascript/reference/global_objects/bigint/index.html index 67a95180ef..1ef191efc0 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/bigint/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/bigint/index.html @@ -253,8 +253,6 @@ nthPrime(20n)

浏览器兼容性

- -

{{Compat("javascript.builtins.BigInt")}}

相关链接

diff --git a/files/zh-cn/web/javascript/reference/global_objects/bigint/tolocalestring/index.html b/files/zh-cn/web/javascript/reference/global_objects/bigint/tolocalestring/index.html index 434bceb0d9..954db703f2 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/bigint/tolocalestring/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/bigint/tolocalestring/index.html @@ -105,8 +105,6 @@ console.log(bigint.toLocaleString('en-IN', { maximumSignificantDigits: 3 }));

浏览器支持

- -

{{Compat("javascript.builtins.BigInt.toLocaleString")}}

请参阅

diff --git a/files/zh-cn/web/javascript/reference/global_objects/bigint/tostring/index.html b/files/zh-cn/web/javascript/reference/global_objects/bigint/tostring/index.html index 487fe80ad2..b7de965db8 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/bigint/tostring/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/bigint/tostring/index.html @@ -78,8 +78,6 @@ BigInt(-0).toString(); // '0'

浏览器支持

- -

{{Compat("javascript.builtins.BigInt.toString")}}

请参阅

diff --git a/files/zh-cn/web/javascript/reference/global_objects/bigint/valueof/index.html b/files/zh-cn/web/javascript/reference/global_objects/bigint/valueof/index.html index 0487cfbef3..bcbc3f2f88 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/bigint/valueof/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/bigint/valueof/index.html @@ -44,8 +44,6 @@ typeof Object(1n).valueOf(); // bigint

浏览器支持

- -

{{Compat("javascript.builtins.BigInt.valueOf")}}

请参阅

-- cgit v1.2.3-54-g00ecf