aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/javascript/reference/statements
diff options
context:
space:
mode:
authort7yang <t7yang@gmail.com>2021-05-28 22:17:15 +0800
committerIrvin <irvinfly@gmail.com>2021-05-31 15:39:29 +0800
commitd4625fc3adef7da9a077b195800094d03488c50c (patch)
tree902a058e6bca2c88933cf319f14eb179708eef5f /files/zh-cn/web/javascript/reference/statements
parentd935156b29ff23a8cfbacba5baf389d617572cf4 (diff)
downloadtranslated-content-d4625fc3adef7da9a077b195800094d03488c50c.tar.gz
translated-content-d4625fc3adef7da9a077b195800094d03488c50c.tar.bz2
translated-content-d4625fc3adef7da9a077b195800094d03488c50c.zip
remove bcd paragraph for zh-CN
Diffstat (limited to 'files/zh-cn/web/javascript/reference/statements')
-rw-r--r--files/zh-cn/web/javascript/reference/statements/block/index.html2
-rw-r--r--files/zh-cn/web/javascript/reference/statements/break/index.html2
-rw-r--r--files/zh-cn/web/javascript/reference/statements/class/index.html2
-rw-r--r--files/zh-cn/web/javascript/reference/statements/const/index.html2
-rw-r--r--files/zh-cn/web/javascript/reference/statements/debugger/index.html2
-rw-r--r--files/zh-cn/web/javascript/reference/statements/for...in/index.html2
-rw-r--r--files/zh-cn/web/javascript/reference/statements/for...of/index.html2
-rw-r--r--files/zh-cn/web/javascript/reference/statements/if...else/index.html2
-rw-r--r--files/zh-cn/web/javascript/reference/statements/return/index.html2
-rw-r--r--files/zh-cn/web/javascript/reference/statements/throw/index.html2
-rw-r--r--files/zh-cn/web/javascript/reference/statements/try...catch/index.html2
-rw-r--r--files/zh-cn/web/javascript/reference/statements/var/index.html2
-rw-r--r--files/zh-cn/web/javascript/reference/statements/while/index.html2
-rw-r--r--files/zh-cn/web/javascript/reference/statements/with/index.html2
14 files changed, 0 insertions, 28 deletions
diff --git a/files/zh-cn/web/javascript/reference/statements/block/index.html b/files/zh-cn/web/javascript/reference/statements/block/index.html
index 4188e5a2ec..e7aac1d011 100644
--- a/files/zh-cn/web/javascript/reference/statements/block/index.html
+++ b/files/zh-cn/web/javascript/reference/statements/block/index.html
@@ -150,8 +150,6 @@ a[6](); // 6</pre>
<h2 id="浏览器兼容">浏览器兼容</h2>
-<div class="hidden">The compatibility table on 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.</div>
-
<p>{{Compat("javascript.statements.block")}}</p>
<h2 id="See_also" name="See_also">相关链接</h2>
diff --git a/files/zh-cn/web/javascript/reference/statements/break/index.html b/files/zh-cn/web/javascript/reference/statements/break/index.html
index d38b51a97d..8714bc8c29 100644
--- a/files/zh-cn/web/javascript/reference/statements/break/index.html
+++ b/files/zh-cn/web/javascript/reference/statements/break/index.html
@@ -162,8 +162,6 @@ testBreak(1); // SyntaxError: Illegal break statement
<h2 id="浏览器兼容">浏览器兼容</h2>
-<div class="hidden">The compatibility table on 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.</div>
-
<p>{{Compat("javascript.statements.break")}}</p>
<h2 id="See_also" name="See_also">相关链接</h2>
diff --git a/files/zh-cn/web/javascript/reference/statements/class/index.html b/files/zh-cn/web/javascript/reference/statements/class/index.html
index a5206d5b9c..b4b8afdbd6 100644
--- a/files/zh-cn/web/javascript/reference/statements/class/index.html
+++ b/files/zh-cn/web/javascript/reference/statements/class/index.html
@@ -106,8 +106,6 @@ class Foo {};
<h2 id="浏览器兼容">浏览器兼容</h2>
-<div class="hidden">The compatibility table on 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.</div>
-
<p>{{Compat("javascript.statements.class")}}</p>
<h2 id="See_also">See also</h2>
diff --git a/files/zh-cn/web/javascript/reference/statements/const/index.html b/files/zh-cn/web/javascript/reference/statements/const/index.html
index 75a1676299..b096efd17f 100644
--- a/files/zh-cn/web/javascript/reference/statements/const/index.html
+++ b/files/zh-cn/web/javascript/reference/statements/const/index.html
@@ -139,8 +139,6 @@ MY_ARRAY = ['B'];</pre>
<h2 id="浏览器兼容性">浏览器兼容性</h2>
-<div class="hidden">The compatibility table on 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.</div>
-
<p>{{Compat("javascript.statements.const")}}</p>
<h2 id="相关链接">相关链接</h2>
diff --git a/files/zh-cn/web/javascript/reference/statements/debugger/index.html b/files/zh-cn/web/javascript/reference/statements/debugger/index.html
index 664e35af1e..e078482767 100644
--- a/files/zh-cn/web/javascript/reference/statements/debugger/index.html
+++ b/files/zh-cn/web/javascript/reference/statements/debugger/index.html
@@ -67,8 +67,6 @@ translation_of: Web/JavaScript/Reference/Statements/debugger
<h2 id="浏览器兼容">浏览器兼容</h2>
-<div class="hidden">The compatibility table on 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.</div>
-
<p>{{Compat("javascript.statements.debugger")}}</p>
<h2 id="See_also" name="See_also">相关链接</h2>
diff --git a/files/zh-cn/web/javascript/reference/statements/for...in/index.html b/files/zh-cn/web/javascript/reference/statements/for...in/index.html
index 91575e3233..d1cc9efb0f 100644
--- a/files/zh-cn/web/javascript/reference/statements/for...in/index.html
+++ b/files/zh-cn/web/javascript/reference/statements/for...in/index.html
@@ -118,8 +118,6 @@ for (var prop in obj) {
<h2 id="浏览器兼容">浏览器兼容</h2>
-<div class="hidden">The compatibility table on 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.</div>
-
<p>{{Compat("javascript.statements.for_in")}}</p>
<h2 id="兼容性:初始化函数表达式">兼容性:初始化函数表达式</h2>
diff --git a/files/zh-cn/web/javascript/reference/statements/for...of/index.html b/files/zh-cn/web/javascript/reference/statements/for...of/index.html
index 49152b716f..2f05eafaaa 100644
--- a/files/zh-cn/web/javascript/reference/statements/for...of/index.html
+++ b/files/zh-cn/web/javascript/reference/statements/for...of/index.html
@@ -301,8 +301,6 @@ iterable.foo = 'hello';
<h2 id="浏览器兼容">浏览器兼容</h2>
-<div class="hidden">The compatibility table on 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.</div>
-
<p>{{Compat("javascript.statements.for_of")}}</p>
<h2 id="相关链接">相关链接</h2>
diff --git a/files/zh-cn/web/javascript/reference/statements/if...else/index.html b/files/zh-cn/web/javascript/reference/statements/if...else/index.html
index 90d29e86ae..3c82986bec 100644
--- a/files/zh-cn/web/javascript/reference/statements/if...else/index.html
+++ b/files/zh-cn/web/javascript/reference/statements/if...else/index.html
@@ -163,8 +163,6 @@ if (b) //表达式的值为true
<h2 id="浏览器兼容">浏览器兼容</h2>
-<div class="hidden">The compatibility table on 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.</div>
-
<p>{{Compat("javascript.statements.if_else")}}</p>
<h2 id="See_also" name="See_also">相关链接</h2>
diff --git a/files/zh-cn/web/javascript/reference/statements/return/index.html b/files/zh-cn/web/javascript/reference/statements/return/index.html
index a8ae7459e0..9debeab7af 100644
--- a/files/zh-cn/web/javascript/reference/statements/return/index.html
+++ b/files/zh-cn/web/javascript/reference/statements/return/index.html
@@ -137,8 +137,6 @@ answer(1337); // 56154
<h2 id="浏览器兼容">浏览器兼容</h2>
-<div class="hidden">The compatibility table on 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.</div>
-
<p>{{Compat("javascript.statements.return")}}</p>
<h2 id="See_also" name="See_also">相关链接</h2>
diff --git a/files/zh-cn/web/javascript/reference/statements/throw/index.html b/files/zh-cn/web/javascript/reference/statements/throw/index.html
index aee6a02e79..081352fdea 100644
--- a/files/zh-cn/web/javascript/reference/statements/throw/index.html
+++ b/files/zh-cn/web/javascript/reference/statements/throw/index.html
@@ -184,8 +184,6 @@ e = verifyZipCode("95060 1234"); // 返回 95060 1234
<h2 id="浏览器兼容">浏览器兼容</h2>
-<div class="hidden">The compatibility table on 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.</div>
-
<p>{{Compat("javascript.statements.throw")}}</p>
<h2 id="相关链接">相关链接</h2>
diff --git a/files/zh-cn/web/javascript/reference/statements/try...catch/index.html b/files/zh-cn/web/javascript/reference/statements/try...catch/index.html
index ff290ab4ba..abfcac785b 100644
--- a/files/zh-cn/web/javascript/reference/statements/try...catch/index.html
+++ b/files/zh-cn/web/javascript/reference/statements/try...catch/index.html
@@ -290,8 +290,6 @@ catch (ex) {
<h2 id="浏览器兼容">浏览器兼容</h2>
-<div class="hidden">The compatibility table on 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.</div>
-
<p>{{Compat("javascript.statements.try_catch")}}</p>
<h2 id="相关链接">相关链接</h2>
diff --git a/files/zh-cn/web/javascript/reference/statements/var/index.html b/files/zh-cn/web/javascript/reference/statements/var/index.html
index 8e28dc4d17..4f5736c4ee 100644
--- a/files/zh-cn/web/javascript/reference/statements/var/index.html
+++ b/files/zh-cn/web/javascript/reference/statements/var/index.html
@@ -204,8 +204,6 @@ console.log(typeof y); // undefined,因为y是a函数的本地(local)变
<h2 id="浏览器兼容性">浏览器兼容性</h2>
-<div class="hidden">The compatibility table on 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.</div>
-
<p>{{Compat("javascript.statements.var")}}</p>
<h2 id="参见">参见</h2>
diff --git a/files/zh-cn/web/javascript/reference/statements/while/index.html b/files/zh-cn/web/javascript/reference/statements/while/index.html
index 2faf378422..f5b6e3942e 100644
--- a/files/zh-cn/web/javascript/reference/statements/while/index.html
+++ b/files/zh-cn/web/javascript/reference/statements/while/index.html
@@ -89,8 +89,6 @@ while (n &lt; 3) {
<h2 id="浏览器兼容性">浏览器兼容性</h2>
-<div class="hidden">The compatibility table on 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.</div>
-
<p>{{Compat("javascript.statements.while")}}</p>
<h2 id="参见">参见</h2>
diff --git a/files/zh-cn/web/javascript/reference/statements/with/index.html b/files/zh-cn/web/javascript/reference/statements/with/index.html
index 3244d9f28d..b4ff4753b2 100644
--- a/files/zh-cn/web/javascript/reference/statements/with/index.html
+++ b/files/zh-cn/web/javascript/reference/statements/with/index.html
@@ -117,8 +117,6 @@ with (Math) {
<h2 id="浏览器兼容">浏览器兼容</h2>
-<div class="hidden">The compatibility table on 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.</div>
-
<p>{{Compat("javascript.statements.with")}}</p>
<h2 id="See_also" name="See_also">相关链接</h2>