aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/javascript/reference/operators
diff options
context:
space:
mode:
Diffstat (limited to 'files/pt-br/web/javascript/reference/operators')
-rw-r--r--files/pt-br/web/javascript/reference/operators/async_function/index.html2
-rw-r--r--files/pt-br/web/javascript/reference/operators/await/index.html2
-rw-r--r--files/pt-br/web/javascript/reference/operators/class/index.html2
-rw-r--r--files/pt-br/web/javascript/reference/operators/comma_operator/index.html2
-rw-r--r--files/pt-br/web/javascript/reference/operators/conditional_operator/index.html2
-rw-r--r--files/pt-br/web/javascript/reference/operators/destructuring_assignment/index.html2
-rw-r--r--files/pt-br/web/javascript/reference/operators/function_star_/index.html2
-rw-r--r--files/pt-br/web/javascript/reference/operators/in/index.html2
-rw-r--r--files/pt-br/web/javascript/reference/operators/instanceof/index.html2
-rw-r--r--files/pt-br/web/javascript/reference/operators/new/index.html2
-rw-r--r--files/pt-br/web/javascript/reference/operators/nullish_coalescing_operator/index.html2
-rw-r--r--files/pt-br/web/javascript/reference/operators/object_initializer/index.html2
-rw-r--r--files/pt-br/web/javascript/reference/operators/optional_chaining/index.html2
-rw-r--r--files/pt-br/web/javascript/reference/operators/void/index.html2
-rw-r--r--files/pt-br/web/javascript/reference/operators/yield/index.html2
-rw-r--r--files/pt-br/web/javascript/reference/operators/yield_star_/index.html2
16 files changed, 16 insertions, 16 deletions
diff --git a/files/pt-br/web/javascript/reference/operators/async_function/index.html b/files/pt-br/web/javascript/reference/operators/async_function/index.html
index fbd7674f47..6456dbd8b2 100644
--- a/files/pt-br/web/javascript/reference/operators/async_function/index.html
+++ b/files/pt-br/web/javascript/reference/operators/async_function/index.html
@@ -87,7 +87,7 @@ add(10).then(v => {
</tbody>
</table>
-<h2 id="Compatibilidade_de_navegadores">Compatibilidade de navegadores</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<div>{{CompatibilityTable}}</div>
diff --git a/files/pt-br/web/javascript/reference/operators/await/index.html b/files/pt-br/web/javascript/reference/operators/await/index.html
index c37d10bf4b..08bfe6ac82 100644
--- a/files/pt-br/web/javascript/reference/operators/await/index.html
+++ b/files/pt-br/web/javascript/reference/operators/await/index.html
@@ -87,7 +87,7 @@ f3();</pre>
</tbody>
</table>
-<h2 id="Compatibilidade_de_navegadores">Compatibilidade de navegadores</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<div>{{CompatibilityTable}}</div>
diff --git a/files/pt-br/web/javascript/reference/operators/class/index.html b/files/pt-br/web/javascript/reference/operators/class/index.html
index defeeff680..e3ab255c4a 100644
--- a/files/pt-br/web/javascript/reference/operators/class/index.html
+++ b/files/pt-br/web/javascript/reference/operators/class/index.html
@@ -106,7 +106,7 @@ Foo.name; // "NamedFoo"
</tbody>
</table>
-<h2 id="Compatibilidade_inicial">Compatibilidade inicial</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{CompatibilityTable}}</p>
diff --git a/files/pt-br/web/javascript/reference/operators/comma_operator/index.html b/files/pt-br/web/javascript/reference/operators/comma_operator/index.html
index 4dc3672d8d..90f54af925 100644
--- a/files/pt-br/web/javascript/reference/operators/comma_operator/index.html
+++ b/files/pt-br/web/javascript/reference/operators/comma_operator/index.html
@@ -49,7 +49,7 @@ original_slug: Web/JavaScript/Reference/Operators/Operador_Virgula
</tr>
</tbody>
</table>
-<h2 id="Compatibilidade_de_Navegadores">Compatibilidade de Navegadores</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{ CompatibilityTable() }}</p>
<div id="compat-desktop">
<table class="compat-table">
diff --git a/files/pt-br/web/javascript/reference/operators/conditional_operator/index.html b/files/pt-br/web/javascript/reference/operators/conditional_operator/index.html
index 341f5a6896..da92e0b6f0 100644
--- a/files/pt-br/web/javascript/reference/operators/conditional_operator/index.html
+++ b/files/pt-br/web/javascript/reference/operators/conditional_operator/index.html
@@ -113,7 +113,7 @@ location<span class="punctuation token">.</span><span class="function token">ass
</tbody>
</table>
-<h2 id="Compatibilidade_dos_navegadores_(browser)">Compatibilidade dos navegadores (browser)</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{ CompatibilityTable() }}</p>
diff --git a/files/pt-br/web/javascript/reference/operators/destructuring_assignment/index.html b/files/pt-br/web/javascript/reference/operators/destructuring_assignment/index.html
index f030975567..2b45f9ee47 100644
--- a/files/pt-br/web/javascript/reference/operators/destructuring_assignment/index.html
+++ b/files/pt-br/web/javascript/reference/operators/destructuring_assignment/index.html
@@ -331,7 +331,7 @@ console.log(foo); // "bar"
</tbody>
</table>
-<h2 id="Compatibilidade_do_navegador">Compatibilidade do navegador</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<div>{{CompatibilityTable}}</div>
diff --git a/files/pt-br/web/javascript/reference/operators/function_star_/index.html b/files/pt-br/web/javascript/reference/operators/function_star_/index.html
index 66d9975558..b3af8838dc 100644
--- a/files/pt-br/web/javascript/reference/operators/function_star_/index.html
+++ b/files/pt-br/web/javascript/reference/operators/function_star_/index.html
@@ -57,7 +57,7 @@ translation_of: Web/JavaScript/Reference/Operators/function*
</tbody>
</table>
-<h2 id="Compatibilidade_de_navegadores">Compatibilidade de navegadores</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{CompatibilityTable}}</p>
diff --git a/files/pt-br/web/javascript/reference/operators/in/index.html b/files/pt-br/web/javascript/reference/operators/in/index.html
index ebda32f1ab..4dde4768fd 100644
--- a/files/pt-br/web/javascript/reference/operators/in/index.html
+++ b/files/pt-br/web/javascript/reference/operators/in/index.html
@@ -120,7 +120,7 @@ trees[3] = undefined;
</tbody>
</table>
-<h2 id="Compatibilidade_do_navegador">Compatibilidade do navegador</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
diff --git a/files/pt-br/web/javascript/reference/operators/instanceof/index.html b/files/pt-br/web/javascript/reference/operators/instanceof/index.html
index 0627860a38..1db9bef782 100644
--- a/files/pt-br/web/javascript/reference/operators/instanceof/index.html
+++ b/files/pt-br/web/javascript/reference/operators/instanceof/index.html
@@ -135,7 +135,7 @@ var b = mycar instanceof Object; // retorna true
</tbody>
</table>
-<h2 id="Compatibilidade_nos_navegadores">Compatibilidade nos navegadores</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{CompatibilityTable}}</p>
diff --git a/files/pt-br/web/javascript/reference/operators/new/index.html b/files/pt-br/web/javascript/reference/operators/new/index.html
index 37d4a0d273..f483dc9ae7 100644
--- a/files/pt-br/web/javascript/reference/operators/new/index.html
+++ b/files/pt-br/web/javascript/reference/operators/new/index.html
@@ -164,7 +164,7 @@ var carro2 = new Carro("Nissan", "300ZX", 1992, ken);
</tbody>
</table>
-<h2 id="Compatibilidade_de_browser">Compatibilidade de browser </h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{CompatibilityTable}}</p>
diff --git a/files/pt-br/web/javascript/reference/operators/nullish_coalescing_operator/index.html b/files/pt-br/web/javascript/reference/operators/nullish_coalescing_operator/index.html
index c3224db1f8..ef40fbc414 100644
--- a/files/pt-br/web/javascript/reference/operators/nullish_coalescing_operator/index.html
+++ b/files/pt-br/web/javascript/reference/operators/nullish_coalescing_operator/index.html
@@ -139,7 +139,7 @@ console.log(valC); // 42
</tbody>
</table>
-<h2 id="Compatibilidade_de_navegadores">Compatibilidade de navegadores</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
diff --git a/files/pt-br/web/javascript/reference/operators/object_initializer/index.html b/files/pt-br/web/javascript/reference/operators/object_initializer/index.html
index d2276ff890..fcad343e73 100644
--- a/files/pt-br/web/javascript/reference/operators/object_initializer/index.html
+++ b/files/pt-br/web/javascript/reference/operators/object_initializer/index.html
@@ -275,7 +275,7 @@ assert(obj3.__proto__ === 17);
</tbody>
</table>
-<h2 id="Compatibilidade_de_Browser">Compatibilidade de Browser</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<div>{{CompatibilityTable}}</div>
diff --git a/files/pt-br/web/javascript/reference/operators/optional_chaining/index.html b/files/pt-br/web/javascript/reference/operators/optional_chaining/index.html
index 2152ca8ae6..9d84ca29fa 100644
--- a/files/pt-br/web/javascript/reference/operators/optional_chaining/index.html
+++ b/files/pt-br/web/javascript/reference/operators/optional_chaining/index.html
@@ -170,7 +170,7 @@ console.log(customerCity); // Cidade desconhecida</pre>
</tbody>
</table>
-<h2 id="Compatibilidade_de_Navegadores">Compatibilidade de Navegadores</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<div>
diff --git a/files/pt-br/web/javascript/reference/operators/void/index.html b/files/pt-br/web/javascript/reference/operators/void/index.html
index f3d4bf5c45..842ee4af52 100644
--- a/files/pt-br/web/javascript/reference/operators/void/index.html
+++ b/files/pt-br/web/javascript/reference/operators/void/index.html
@@ -82,7 +82,7 @@ translation_of: Web/JavaScript/Reference/Operators/void
</tbody>
</table>
-<h2 id="Compatibilidade_dos_navegadores"><span class="short_text" id="result_box" lang="pt"><span class="hps">Compatibilidade dos navegadores</span></span></h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{CompatibilityTable}}</p>
diff --git a/files/pt-br/web/javascript/reference/operators/yield/index.html b/files/pt-br/web/javascript/reference/operators/yield/index.html
index f3fcb80345..b114beb082 100644
--- a/files/pt-br/web/javascript/reference/operators/yield/index.html
+++ b/files/pt-br/web/javascript/reference/operators/yield/index.html
@@ -88,7 +88,7 @@ console.log(iterator.next()); // { value: undefined, done: true }</pre>
</tbody>
</table>
-<h2 id="Compatibilidade_de_navegadores">Compatibilidade de navegadores</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{CompatibilityTable}}</p>
diff --git a/files/pt-br/web/javascript/reference/operators/yield_star_/index.html b/files/pt-br/web/javascript/reference/operators/yield_star_/index.html
index 0c68b357d5..eea06e0687 100644
--- a/files/pt-br/web/javascript/reference/operators/yield_star_/index.html
+++ b/files/pt-br/web/javascript/reference/operators/yield_star_/index.html
@@ -131,7 +131,7 @@ console.log(result); // "foo"
</tbody>
</table>
-<h2 id="Compatibilidade_de_navegadores">Compatibilidade de navegadores</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{CompatibilityTable}}</p>