diff options
Diffstat (limited to 'files/zh-tw/web/javascript/reference/global_objects/number')
3 files changed, 0 insertions, 6 deletions
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> |