aboutsummaryrefslogtreecommitdiff
path: root/files/zh-tw/web/javascript/reference/global_objects
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-tw/web/javascript/reference/global_objects')
-rw-r--r--files/zh-tw/web/javascript/reference/global_objects/math/abs/index.html2
-rw-r--r--files/zh-tw/web/javascript/reference/global_objects/math/ceil/index.html2
-rw-r--r--files/zh-tw/web/javascript/reference/global_objects/math/floor/index.html2
-rw-r--r--files/zh-tw/web/javascript/reference/global_objects/math/index.html2
-rw-r--r--files/zh-tw/web/javascript/reference/global_objects/math/max/index.html2
-rw-r--r--files/zh-tw/web/javascript/reference/global_objects/math/pow/index.html2
-rw-r--r--files/zh-tw/web/javascript/reference/global_objects/math/random/index.html2
-rw-r--r--files/zh-tw/web/javascript/reference/global_objects/number/isfinite/index.html2
-rw-r--r--files/zh-tw/web/javascript/reference/global_objects/number/isnan/index.html2
-rw-r--r--files/zh-tw/web/javascript/reference/global_objects/number/tofixed/index.html2
-rw-r--r--files/zh-tw/web/javascript/reference/global_objects/promise/all/index.html2
-rw-r--r--files/zh-tw/web/javascript/reference/global_objects/promise/catch/index.html2
-rw-r--r--files/zh-tw/web/javascript/reference/global_objects/promise/finally/index.html2
-rw-r--r--files/zh-tw/web/javascript/reference/global_objects/promise/index.html2
-rw-r--r--files/zh-tw/web/javascript/reference/global_objects/promise/race/index.html2
-rw-r--r--files/zh-tw/web/javascript/reference/global_objects/promise/reject/index.html2
-rw-r--r--files/zh-tw/web/javascript/reference/global_objects/promise/resolve/index.html2
-rw-r--r--files/zh-tw/web/javascript/reference/global_objects/string/index.html2
-rw-r--r--files/zh-tw/web/javascript/reference/global_objects/string/match/index.html2
-rw-r--r--files/zh-tw/web/javascript/reference/global_objects/string/replace/index.html2
-rw-r--r--files/zh-tw/web/javascript/reference/global_objects/string/tolowercase/index.html2
21 files changed, 0 insertions, 42 deletions
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
<h2 id="瀏覽器相容性">瀏覽器相容性</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("javascript.builtins.Math.abs")}}</p>
<h2 id="參見">參見</h2>
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
<h2 id="瀏覽器相容性">瀏覽器相容性</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("javascript.builtins.Math.ceil")}}</p>
<h2 id="參見">參見</h2>
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
<h2 id="瀏覽器相容性">瀏覽器相容性</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("javascript.builtins.Math.floor")}}</p>
<h2 id="參見">參見</h2>
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() {
<h2 id="瀏覽器相容性">瀏覽器相容性</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("javascript.builtins.Math")}}</p>
<h2 id="參見">參見</h2>
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);
<h2 id="瀏覽器相容性">瀏覽器相容性</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("javascript.builtins.Math.max")}}</p>
<h2 id="參見">參見</h2>
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
<h2 id="瀏覽器相容性">瀏覽器相容性</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("javascript.builtins.Math.pow")}}</p>
<h2 id="參見">參見</h2>
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
<h2 id="瀏覽器相容性">瀏覽器相容性</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("javascript.builtins.Math.random")}}</p>
<h2 class="countTop" id="其他參考資料">其他參考資料</h2>
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
<h2 id="瀏覽器相容性">瀏覽器相容性</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("javascript.builtins.Number.isFinite")}}</p>
<h2 id="參見">參見</h2>
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(' ');
<h2 id="Browser_compatibility">Browser compatibility</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("javascript.builtins.Number.isNaN")}}</p>
<h2 id="See_also">See also</h2>
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
<h2 id="瀏覽器相容性">瀏覽器相容性</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("javascript.builtins.Number.toFixed")}}</p>
<h2 id="參見">參見</h2>
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 =&gt; {
<h2 id="瀏覽器相容性">瀏覽器相容性</h2>
-<p class="hidden">To contribute to this compatibility data, please write a pull request against this repository: <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a>.</p>
-
<p>{{Compat("javascript.builtins.Promise.all")}}</p>
<h2 id="參見">參見</h2>
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) {
<h2 id="瀏覽器相容性">瀏覽器相容性</h2>
-<p class="hidden">To contribute to this compatibility data, please write a pull request against this repository: <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a>.</p>
-
<p>{{Compat("javascript.builtins.Promise.catch")}}</p>
<h2 id="參見">參見</h2>
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) {
<h2 id="Browser_compatibility">Browser compatibility</h2>
-<p class="hidden">To contribute to this compatibility data, please write a pull request against this repository: <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a>.</p>
-
<p>{{Compat("javascript.builtins.Promise.finally")}}</p>
<h2 id="See_also">See also</h2>
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() {
<h2 id="瀏覽器相容性">瀏覽器相容性</h2>
-<p class="hidden">To contribute to this compatibility data, please write a pull request against this repository: <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a>.</p>
-
<p>{{Compat("javascript.builtins.Promise")}}</p>
<h2 id="參見">參見</h2>
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) {
<h2 id="瀏覽器相容性">瀏覽器相容性</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("javascript.builtins.Promise.race")}}</p>
<h2 id="參見">參見</h2>
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
<h2 id="Browser_compatibility">Browser compatibility</h2>
-<p class="hidden">To contribute to this compatibility data, please write a pull request against this repository: <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a>.</p>
-
<p>{{Compat("javascript.builtins.Promise.reject")}}</p>
<h2 id="See_also">See also</h2>
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) {
<h2 id="瀏覽器相容性">瀏覽器相容性</h2>
-<p class="hidden">To contribute to this compatibility data, please write a pull request against this repository: <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a>.</p>
-
<p>{{Compat("javascript.builtins.Promise.resolve")}}</p>
<h2 id="參見">參見</h2>
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 &lt; n; ++i) {
<h2 id="瀏覽器相容性">瀏覽器相容性</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("javascript.builtins.String.String")}}</p>
<h2 id="參見">參見</h2>
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"]</pre>
<h2 id="Browser_compatibility">Browser compatibility</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("javascript.builtins.String.match")}}</p>
<h2 id="Firefox-specific_notes">Firefox-specific notes</h2>
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);
<h2 id="瀏覽器相容性">瀏覽器相容性</h2>
-<p class="hidden">本相容性表格使用結構化資料自動產生。想要貢獻的話,請看看 <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> 並發個 PR。</p>
-
<p>{{Compat("javascript.builtins.String.replace")}}</p>
<h2 id="Firefox-specific_notes">Firefox-specific notes</h2>
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
<h2 id="浏览器相容性">浏览器相容性</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("javascript.builtins.String.toLowerCase")}}</p>
<h2 id="参考">参考</h2>