diff options
author | t7yang <t7yang@gmail.com> | 2021-05-28 22:13:25 +0800 |
---|---|---|
committer | Irvin <irvinfly@gmail.com> | 2021-05-31 15:39:29 +0800 |
commit | d935156b29ff23a8cfbacba5baf389d617572cf4 (patch) | |
tree | 12cedf3b0c49ee29c02ddab7c8332e68eb012362 /files/zh-tw/web/javascript/reference/global_objects/number | |
parent | 52ac152ba5e0edb79b8c361a7b2aac13c7bdbf7b (diff) | |
download | translated-content-d935156b29ff23a8cfbacba5baf389d617572cf4.tar.gz translated-content-d935156b29ff23a8cfbacba5baf389d617572cf4.tar.bz2 translated-content-d935156b29ff23a8cfbacba5baf389d617572cf4.zip |
remove bcd paragraph for zh-TW
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> |