aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/javascript/reference/operators
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-06-22 07:55:45 -0400
committerGitHub <noreply@github.com>2021-06-22 13:55:45 +0200
commit325a9a16506132e984a82bbfce18f9220e81fbb0 (patch)
tree91bc3309b5569ffc128143fa3babe8c04bd9e88c /files/es/web/javascript/reference/operators
parent54dab32379dd4758a25387f0736a04067383688b (diff)
downloadtranslated-content-325a9a16506132e984a82bbfce18f9220e81fbb0.tar.gz
translated-content-325a9a16506132e984a82bbfce18f9220e81fbb0.tar.bz2
translated-content-325a9a16506132e984a82bbfce18f9220e81fbb0.zip
remove hidden bcd table from 'es' (#1271)
Diffstat (limited to 'files/es/web/javascript/reference/operators')
-rw-r--r--files/es/web/javascript/reference/operators/addition/index.html2
-rw-r--r--files/es/web/javascript/reference/operators/await/index.html2
-rw-r--r--files/es/web/javascript/reference/operators/destructuring_assignment/index.html2
-rw-r--r--files/es/web/javascript/reference/operators/function_star_/index.html2
-rw-r--r--files/es/web/javascript/reference/operators/index.html2
-rw-r--r--files/es/web/javascript/reference/operators/new/index.html2
-rw-r--r--files/es/web/javascript/reference/operators/spread_syntax/index.html2
-rw-r--r--files/es/web/javascript/reference/operators/yield/index.html2
8 files changed, 8 insertions, 8 deletions
diff --git a/files/es/web/javascript/reference/operators/addition/index.html b/files/es/web/javascript/reference/operators/addition/index.html
index 58e5d58dae..5b15439d29 100644
--- a/files/es/web/javascript/reference/operators/addition/index.html
+++ b/files/es/web/javascript/reference/operators/addition/index.html
@@ -59,7 +59,7 @@ false + false // 0
<h2 id="Compatibilidad_de_Explorador">Compatibilidad de Explorador</h2>
-<div class="hidden">La tabla de compatibilidad en esta página es generada desde datos estructurados. Si quieres contribuir a estos datos, por favor revisa <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> y envía un pull request.</div>
+
<p>{{Compat("javascript.operators.addition")}}</p>
diff --git a/files/es/web/javascript/reference/operators/await/index.html b/files/es/web/javascript/reference/operators/await/index.html
index 74f94bf214..220afade59 100644
--- a/files/es/web/javascript/reference/operators/await/index.html
+++ b/files/es/web/javascript/reference/operators/await/index.html
@@ -89,7 +89,7 @@ f3();</pre>
<h2 id="Compatibilidad_con_navegadores">Compatibilidad con navegadores</h2>
<div>
-<div class="hidden">La tabla de compatibilidad de esta página es generada a partir de información estructurada. Si quisieras contribuir a esta información, por favor visita <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> y envíanos un pull request.</div>
+
<p>{{Compat("javascript.operators.await")}}</p>
</div>
diff --git a/files/es/web/javascript/reference/operators/destructuring_assignment/index.html b/files/es/web/javascript/reference/operators/destructuring_assignment/index.html
index 3f070055b5..6f37eab0e6 100644
--- a/files/es/web/javascript/reference/operators/destructuring_assignment/index.html
+++ b/files/es/web/javascript/reference/operators/destructuring_assignment/index.html
@@ -430,7 +430,7 @@ const {self, prot} = obj;
<h2 id="Compatibilidad_del_navegador">Compatibilidad del navegador</h2>
<div>
-<div class="hidden">La tabla de compatibilidad de esta página se genera a partir de datos estructurados. Si deseas contribuir con los datos, consulta <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> y envíanos una solicitud de extracción.</div>
+
<p>{{Compat("javascript.operators.destructuring")}}</p>
</div>
diff --git a/files/es/web/javascript/reference/operators/function_star_/index.html b/files/es/web/javascript/reference/operators/function_star_/index.html
index 632906f1c8..3915458c9b 100644
--- a/files/es/web/javascript/reference/operators/function_star_/index.html
+++ b/files/es/web/javascript/reference/operators/function_star_/index.html
@@ -73,7 +73,7 @@ original_slug: Web/JavaScript/Referencia/Operadores/function*
<h2 id="Compatibilidad_con_navegadores">Compatibilidad con navegadores</h2>
-<div class="hidden">La tabla de compatibilidad en esta página es generada desde datos estructurados. Si usted desea contribuir a esos datos, por favor revise <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> y envíenos un pull request.</div>
+
<p>{{Compat("javascript.operators.function_star")}}</p>
diff --git a/files/es/web/javascript/reference/operators/index.html b/files/es/web/javascript/reference/operators/index.html
index b4ead2ee42..91884e29b0 100644
--- a/files/es/web/javascript/reference/operators/index.html
+++ b/files/es/web/javascript/reference/operators/index.html
@@ -270,7 +270,7 @@ original_slug: Web/JavaScript/Referencia/Operadores
<h2 id="Compatibilidad_del_navegador">Compatibilidad del navegador</h2>
-<div class="hidden">La tabla de compatibilidad de esta página se genera a partir de datos estructurados. Si deseas contribuir con los datos, consulta <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> y envíanos una solicitud de extracción.</div>
+
<p>{{Compat("javascript.operators")}}</p>
diff --git a/files/es/web/javascript/reference/operators/new/index.html b/files/es/web/javascript/reference/operators/new/index.html
index 6bfeff9461..a94cbc794b 100644
--- a/files/es/web/javascript/reference/operators/new/index.html
+++ b/files/es/web/javascript/reference/operators/new/index.html
@@ -167,7 +167,7 @@ var car2 = new Car('Nissan', '300ZX', 1992, ken);
<h2 id="Compatibilidad_del_navegador">Compatibilidad del navegador</h2>
-<div class="hidden">La tabla de compatibilidad de esta página se genera a partir de datos estructurados. Si deseas contribuir con los datos, consulta <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> y envíanos una solicitud de extracción.</div>
+
<p>{{Compat("javascript.operators.new")}}</p>
diff --git a/files/es/web/javascript/reference/operators/spread_syntax/index.html b/files/es/web/javascript/reference/operators/spread_syntax/index.html
index 1738484548..185dcb7d4e 100644
--- a/files/es/web/javascript/reference/operators/spread_syntax/index.html
+++ b/files/es/web/javascript/reference/operators/spread_syntax/index.html
@@ -232,7 +232,7 @@ var array = [...obj]; // TypeError: obj is not iterable
<h2 id="Compatibilidad_del_navegador">Compatibilidad del navegador</h2>
-<div class="hidden">La tabla de compatibilidad en esta página es generada a partir de datos estructurados. Si quieres contribuir con esta información, consulta <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> y envíanos una solicitud (pull).</div>
+
<p>{{Compat("javascript.operators.spread")}}</p>
diff --git a/files/es/web/javascript/reference/operators/yield/index.html b/files/es/web/javascript/reference/operators/yield/index.html
index 1783cb6f50..dcd4768149 100644
--- a/files/es/web/javascript/reference/operators/yield/index.html
+++ b/files/es/web/javascript/reference/operators/yield/index.html
@@ -117,7 +117,7 @@ console.log(generatorFunc.next(10).value); // 26</pre>
<h2 id="Compatibilidad_del_navegador">Compatibilidad del navegador</h2>
-<div class="hidden">La tabla de compatibilidad de esta página se genera a partir de datos estructurados. Si deseas contribuir con los datos, consulta <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> y envíanos una solicitud de extracción.</div>
+
<p>{{Compat("javascript.operators.yield")}}</p>