From d935156b29ff23a8cfbacba5baf389d617572cf4 Mon Sep 17 00:00:00 2001 From: t7yang Date: Fri, 28 May 2021 22:13:25 +0800 Subject: remove bcd paragraph for zh-TW --- files/zh-tw/web/javascript/reference/global_objects/math/abs/index.html | 2 -- .../zh-tw/web/javascript/reference/global_objects/math/ceil/index.html | 2 -- .../zh-tw/web/javascript/reference/global_objects/math/floor/index.html | 2 -- files/zh-tw/web/javascript/reference/global_objects/math/index.html | 2 -- files/zh-tw/web/javascript/reference/global_objects/math/max/index.html | 2 -- files/zh-tw/web/javascript/reference/global_objects/math/pow/index.html | 2 -- .../web/javascript/reference/global_objects/math/random/index.html | 2 -- .../web/javascript/reference/global_objects/number/isfinite/index.html | 2 -- .../web/javascript/reference/global_objects/number/isnan/index.html | 2 -- .../web/javascript/reference/global_objects/number/tofixed/index.html | 2 -- .../web/javascript/reference/global_objects/promise/all/index.html | 2 -- .../web/javascript/reference/global_objects/promise/catch/index.html | 2 -- .../web/javascript/reference/global_objects/promise/finally/index.html | 2 -- files/zh-tw/web/javascript/reference/global_objects/promise/index.html | 2 -- .../web/javascript/reference/global_objects/promise/race/index.html | 2 -- .../web/javascript/reference/global_objects/promise/reject/index.html | 2 -- .../web/javascript/reference/global_objects/promise/resolve/index.html | 2 -- files/zh-tw/web/javascript/reference/global_objects/string/index.html | 2 -- .../web/javascript/reference/global_objects/string/match/index.html | 2 -- .../web/javascript/reference/global_objects/string/replace/index.html | 2 -- .../javascript/reference/global_objects/string/tolowercase/index.html | 2 -- 21 files changed, 42 deletions(-) (limited to 'files/zh-tw/web/javascript/reference/global_objects') diff --git a/files/zh-tw/web/javascript/reference/global_objects/math/abs/index.html b/files/zh-tw/web/javascript/reference/global_objects/math/abs/index.html index 1713164868..7d7bbe861e 100644 --- a/files/zh-tw/web/javascript/reference/global_objects/math/abs/index.html +++ b/files/zh-tw/web/javascript/reference/global_objects/math/abs/index.html @@ -89,8 +89,6 @@ Math.abs(); // NaN

瀏覽器相容性

- -

{{Compat("javascript.builtins.Math.abs")}}

參見

diff --git a/files/zh-tw/web/javascript/reference/global_objects/math/ceil/index.html b/files/zh-tw/web/javascript/reference/global_objects/math/ceil/index.html index 7ce7174f0b..2dc038bddd 100644 --- a/files/zh-tw/web/javascript/reference/global_objects/math/ceil/index.html +++ b/files/zh-tw/web/javascript/reference/global_objects/math/ceil/index.html @@ -155,8 +155,6 @@ Math.ceil10(-59, 1); // -50

瀏覽器相容性

- -

{{Compat("javascript.builtins.Math.ceil")}}

參見

diff --git a/files/zh-tw/web/javascript/reference/global_objects/math/floor/index.html b/files/zh-tw/web/javascript/reference/global_objects/math/floor/index.html index 5587d60838..aab29edfe3 100644 --- a/files/zh-tw/web/javascript/reference/global_objects/math/floor/index.html +++ b/files/zh-tw/web/javascript/reference/global_objects/math/floor/index.html @@ -154,8 +154,6 @@ Math.ceil10(-59, 1); // -50

瀏覽器相容性

- -

{{Compat("javascript.builtins.Math.floor")}}

參見

diff --git a/files/zh-tw/web/javascript/reference/global_objects/math/index.html b/files/zh-tw/web/javascript/reference/global_objects/math/index.html index c67999150e..7d7a6814e8 100644 --- a/files/zh-tw/web/javascript/reference/global_objects/math/index.html +++ b/files/zh-tw/web/javascript/reference/global_objects/math/index.html @@ -185,8 +185,6 @@ Math.gcd = function() {

瀏覽器相容性

- -

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

參見

diff --git a/files/zh-tw/web/javascript/reference/global_objects/math/max/index.html b/files/zh-tw/web/javascript/reference/global_objects/math/max/index.html index 1f53898090..d334c6bc02 100644 --- a/files/zh-tw/web/javascript/reference/global_objects/math/max/index.html +++ b/files/zh-tw/web/javascript/reference/global_objects/math/max/index.html @@ -106,8 +106,6 @@ var max = Math.max(...arr);

瀏覽器相容性

- -

{{Compat("javascript.builtins.Math.max")}}

參見

diff --git a/files/zh-tw/web/javascript/reference/global_objects/math/pow/index.html b/files/zh-tw/web/javascript/reference/global_objects/math/pow/index.html index 00ccb041ae..2bf7ffdc68 100644 --- a/files/zh-tw/web/javascript/reference/global_objects/math/pow/index.html +++ b/files/zh-tw/web/javascript/reference/global_objects/math/pow/index.html @@ -92,8 +92,6 @@ Math.pow(-7, 1/3); // NaN

瀏覽器相容性

- -

{{Compat("javascript.builtins.Math.pow")}}

參見

diff --git a/files/zh-tw/web/javascript/reference/global_objects/math/random/index.html b/files/zh-tw/web/javascript/reference/global_objects/math/random/index.html index 4f7b65f844..1613c18777 100644 --- a/files/zh-tw/web/javascript/reference/global_objects/math/random/index.html +++ b/files/zh-tw/web/javascript/reference/global_objects/math/random/index.html @@ -84,8 +84,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Math/random

瀏覽器相容性

- -

{{Compat("javascript.builtins.Math.random")}}

其他參考資料

diff --git a/files/zh-tw/web/javascript/reference/global_objects/number/isfinite/index.html b/files/zh-tw/web/javascript/reference/global_objects/number/isfinite/index.html index a15d29c7c0..47a2a58efb 100644 --- a/files/zh-tw/web/javascript/reference/global_objects/number/isfinite/index.html +++ b/files/zh-tw/web/javascript/reference/global_objects/number/isfinite/index.html @@ -81,8 +81,6 @@ Number.isFinite(null); // false, would've been true with

瀏覽器相容性

- -

{{Compat("javascript.builtins.Number.isFinite")}}

參見

diff --git a/files/zh-tw/web/javascript/reference/global_objects/number/isnan/index.html b/files/zh-tw/web/javascript/reference/global_objects/number/isnan/index.html index 9209e40779..6f27945de5 100644 --- a/files/zh-tw/web/javascript/reference/global_objects/number/isnan/index.html +++ b/files/zh-tw/web/javascript/reference/global_objects/number/isnan/index.html @@ -87,8 +87,6 @@ Number.isNaN(' ');

Browser compatibility

- -

{{Compat("javascript.builtins.Number.isNaN")}}

See also

diff --git a/files/zh-tw/web/javascript/reference/global_objects/number/tofixed/index.html b/files/zh-tw/web/javascript/reference/global_objects/number/tofixed/index.html index 7a5afb608f..addec4288b 100644 --- a/files/zh-tw/web/javascript/reference/global_objects/number/tofixed/index.html +++ b/files/zh-tw/web/javascript/reference/global_objects/number/tofixed/index.html @@ -95,8 +95,6 @@ numObj.toFixed(6); // Returns '12345.678900': note added zeros

瀏覽器相容性

- -

{{Compat("javascript.builtins.Number.toFixed")}}

參見

diff --git a/files/zh-tw/web/javascript/reference/global_objects/promise/all/index.html b/files/zh-tw/web/javascript/reference/global_objects/promise/all/index.html index eb18ce63f9..20a301b124 100644 --- a/files/zh-tw/web/javascript/reference/global_objects/promise/all/index.html +++ b/files/zh-tw/web/javascript/reference/global_objects/promise/all/index.html @@ -195,8 +195,6 @@ Promise.all([p1, p2, p3, p4, p5]).then(values => {

瀏覽器相容性

- -

{{Compat("javascript.builtins.Promise.all")}}

參見

diff --git a/files/zh-tw/web/javascript/reference/global_objects/promise/catch/index.html b/files/zh-tw/web/javascript/reference/global_objects/promise/catch/index.html index d06036c11e..653d880d56 100644 --- a/files/zh-tw/web/javascript/reference/global_objects/promise/catch/index.html +++ b/files/zh-tw/web/javascript/reference/global_objects/promise/catch/index.html @@ -177,8 +177,6 @@ p2.then(function (value) {

瀏覽器相容性

- -

{{Compat("javascript.builtins.Promise.catch")}}

參見

diff --git a/files/zh-tw/web/javascript/reference/global_objects/promise/finally/index.html b/files/zh-tw/web/javascript/reference/global_objects/promise/finally/index.html index eef15faf9a..e739dcdb0f 100644 --- a/files/zh-tw/web/javascript/reference/global_objects/promise/finally/index.html +++ b/files/zh-tw/web/javascript/reference/global_objects/promise/finally/index.html @@ -89,8 +89,6 @@ fetch(myRequest).then(function(response) {

Browser compatibility

- -

{{Compat("javascript.builtins.Promise.finally")}}

See also

diff --git a/files/zh-tw/web/javascript/reference/global_objects/promise/index.html b/files/zh-tw/web/javascript/reference/global_objects/promise/index.html index 8ec1456ae1..78feec28ae 100644 --- a/files/zh-tw/web/javascript/reference/global_objects/promise/index.html +++ b/files/zh-tw/web/javascript/reference/global_objects/promise/index.html @@ -234,8 +234,6 @@ function testPromise() {

瀏覽器相容性

- -

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

參見

diff --git a/files/zh-tw/web/javascript/reference/global_objects/promise/race/index.html b/files/zh-tw/web/javascript/reference/global_objects/promise/race/index.html index 9f0d8b4d2e..5022ca0ede 100644 --- a/files/zh-tw/web/javascript/reference/global_objects/promise/race/index.html +++ b/files/zh-tw/web/javascript/reference/global_objects/promise/race/index.html @@ -159,8 +159,6 @@ Promise.race([p5, p6]).then(function(value) {

瀏覽器相容性

- -

{{Compat("javascript.builtins.Promise.race")}}

參見

diff --git a/files/zh-tw/web/javascript/reference/global_objects/promise/reject/index.html b/files/zh-tw/web/javascript/reference/global_objects/promise/reject/index.html index 0c41a37509..d13eec37dd 100644 --- a/files/zh-tw/web/javascript/reference/global_objects/promise/reject/index.html +++ b/files/zh-tw/web/javascript/reference/global_objects/promise/reject/index.html @@ -60,8 +60,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Promise/reject

Browser compatibility

- -

{{Compat("javascript.builtins.Promise.reject")}}

See also

diff --git a/files/zh-tw/web/javascript/reference/global_objects/promise/resolve/index.html b/files/zh-tw/web/javascript/reference/global_objects/promise/resolve/index.html index e2d460a7e3..6f9f761ee0 100644 --- a/files/zh-tw/web/javascript/reference/global_objects/promise/resolve/index.html +++ b/files/zh-tw/web/javascript/reference/global_objects/promise/resolve/index.html @@ -131,8 +131,6 @@ p3.then(function(v) {

瀏覽器相容性

- -

{{Compat("javascript.builtins.Promise.resolve")}}

參見

diff --git a/files/zh-tw/web/javascript/reference/global_objects/string/index.html b/files/zh-tw/web/javascript/reference/global_objects/string/index.html index ad4474693a..8ab9244b71 100644 --- a/files/zh-tw/web/javascript/reference/global_objects/string/index.html +++ b/files/zh-tw/web/javascript/reference/global_objects/string/index.html @@ -315,8 +315,6 @@ for (let i = 0, n = inputValues.length; i < n; ++i) {

瀏覽器相容性

- -

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

參見

diff --git a/files/zh-tw/web/javascript/reference/global_objects/string/match/index.html b/files/zh-tw/web/javascript/reference/global_objects/string/match/index.html index 664b28462f..b966395152 100644 --- a/files/zh-tw/web/javascript/reference/global_objects/string/match/index.html +++ b/files/zh-tw/web/javascript/reference/global_objects/string/match/index.html @@ -128,8 +128,6 @@ str3.match(null);   // returns ["null"]

Browser compatibility

- -

{{Compat("javascript.builtins.String.match")}}

Firefox-specific notes

diff --git a/files/zh-tw/web/javascript/reference/global_objects/string/replace/index.html b/files/zh-tw/web/javascript/reference/global_objects/string/replace/index.html index 1c42d9925f..1cc9b1abac 100644 --- a/files/zh-tw/web/javascript/reference/global_objects/string/replace/index.html +++ b/files/zh-tw/web/javascript/reference/global_objects/string/replace/index.html @@ -264,8 +264,6 @@ console.log(retArr);

瀏覽器相容性

- -

{{Compat("javascript.builtins.String.replace")}}

Firefox-specific notes

diff --git a/files/zh-tw/web/javascript/reference/global_objects/string/tolowercase/index.html b/files/zh-tw/web/javascript/reference/global_objects/string/tolowercase/index.html index 35b9dc71bc..62e6f319e6 100644 --- a/files/zh-tw/web/javascript/reference/global_objects/string/tolowercase/index.html +++ b/files/zh-tw/web/javascript/reference/global_objects/string/tolowercase/index.html @@ -64,8 +64,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/String/toLowerCase

浏览器相容性

- -

{{Compat("javascript.builtins.String.toLowerCase")}}

参考

-- cgit v1.2.3-54-g00ecf