diff options
Diffstat (limited to 'files/pt-br/web/javascript/reference/statements')
15 files changed, 15 insertions, 15 deletions
diff --git a/files/pt-br/web/javascript/reference/statements/async_function/index.html b/files/pt-br/web/javascript/reference/statements/async_function/index.html index 506bec9063..ce9c75285e 100644 --- a/files/pt-br/web/javascript/reference/statements/async_function/index.html +++ b/files/pt-br/web/javascript/reference/statements/async_function/index.html @@ -129,7 +129,7 @@ adicionar2(10).then(v => { </tbody> </table> -<h2 id="Compatibilidade_de_browser">Compatibilidade de browser</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{Compat("javascript.statements.async_function")}}</div> diff --git a/files/pt-br/web/javascript/reference/statements/block/index.html b/files/pt-br/web/javascript/reference/statements/block/index.html index 6a86a4e7d7..949f887f2d 100644 --- a/files/pt-br/web/javascript/reference/statements/block/index.html +++ b/files/pt-br/web/javascript/reference/statements/block/index.html @@ -115,7 +115,7 @@ console.log(c); // imprime 1 e não invoca uma throw SyntaxError...</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/statements/break/index.html b/files/pt-br/web/javascript/reference/statements/break/index.html index 1eb3e24b03..f9624a2630 100644 --- a/files/pt-br/web/javascript/reference/statements/break/index.html +++ b/files/pt-br/web/javascript/reference/statements/break/index.html @@ -98,7 +98,7 @@ bloco_2:{ </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/statements/class/index.html b/files/pt-br/web/javascript/reference/statements/class/index.html index 4a07ded20f..d3921700bc 100644 --- a/files/pt-br/web/javascript/reference/statements/class/index.html +++ b/files/pt-br/web/javascript/reference/statements/class/index.html @@ -70,7 +70,7 @@ class Quadrado extends Poligono { </tbody> </table> -<h2 id="Compatibilidade_de_Browser">Compatibilidade de Browser</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> diff --git a/files/pt-br/web/javascript/reference/statements/const/index.html b/files/pt-br/web/javascript/reference/statements/const/index.html index 64aa4c2fc6..6bdce1995c 100644 --- a/files/pt-br/web/javascript/reference/statements/const/index.html +++ b/files/pt-br/web/javascript/reference/statements/const/index.html @@ -128,7 +128,7 @@ MY_ARRAY = ['B']; </tbody> </table> -<h2 id="Compatibilidade_nos_navegadores">Compatibilidade nos navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div id="compat-desktop"> <table class="compat-table"> diff --git a/files/pt-br/web/javascript/reference/statements/do...while/index.html b/files/pt-br/web/javascript/reference/statements/do...while/index.html index a9396d0e82..7e720a3331 100644 --- a/files/pt-br/web/javascript/reference/statements/do...while/index.html +++ b/files/pt-br/web/javascript/reference/statements/do...while/index.html @@ -78,7 +78,7 @@ document.getElementById('exemplo').innerHTML = resultado;</pre> </tbody> </table> -<h2 id="Compatibilidade_do_navegador">Compatibilidade do navegador</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{CompatibilityTable}}</p> diff --git a/files/pt-br/web/javascript/reference/statements/for...in/index.html b/files/pt-br/web/javascript/reference/statements/for...in/index.html index 10d3f34bbb..3b67656f01 100644 --- a/files/pt-br/web/javascript/reference/statements/for...in/index.html +++ b/files/pt-br/web/javascript/reference/statements/for...in/index.html @@ -122,7 +122,7 @@ for (var prop in obj) { </tbody> </table> -<h2 id="Compatibilidade_de_Browsers">Compatibilidade de Browsers</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{CompatibilityTable}}</p> diff --git a/files/pt-br/web/javascript/reference/statements/for...of/index.html b/files/pt-br/web/javascript/reference/statements/for...of/index.html index fb6d5fb664..cd4294f8cf 100644 --- a/files/pt-br/web/javascript/reference/statements/for...of/index.html +++ b/files/pt-br/web/javascript/reference/statements/for...of/index.html @@ -234,7 +234,7 @@ for (let i of iterable) { </tbody> </table> -<h2 id="Compatibilidade_dos_navegadores">Compatibilidade dos navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{CompatibilityTable}}</p> diff --git a/files/pt-br/web/javascript/reference/statements/for/index.html b/files/pt-br/web/javascript/reference/statements/for/index.html index 981f11051a..a97d6b4a7b 100644 --- a/files/pt-br/web/javascript/reference/statements/for/index.html +++ b/files/pt-br/web/javascript/reference/statements/for/index.html @@ -126,7 +126,7 @@ showOffsetPos("content"); </tbody> </table> -<h2 id="Compatibilidade_em_Browsers">Compatibilidade em Browsers</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{CompatibilityTable}}</p> diff --git a/files/pt-br/web/javascript/reference/statements/return/index.html b/files/pt-br/web/javascript/reference/statements/return/index.html index e7c92426fe..43b719e2c1 100644 --- a/files/pt-br/web/javascript/reference/statements/return/index.html +++ b/files/pt-br/web/javascript/reference/statements/return/index.html @@ -133,7 +133,7 @@ answer(1337); // 56154 </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/statements/switch/index.html b/files/pt-br/web/javascript/reference/statements/switch/index.html index 23c289c00f..1c35c061d1 100644 --- a/files/pt-br/web/javascript/reference/statements/switch/index.html +++ b/files/pt-br/web/javascript/reference/statements/switch/index.html @@ -229,7 +229,7 @@ switch (foo) { </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/statements/throw/index.html b/files/pt-br/web/javascript/reference/statements/throw/index.html index e8835f8d85..07e807865b 100644 --- a/files/pt-br/web/javascript/reference/statements/throw/index.html +++ b/files/pt-br/web/javascript/reference/statements/throw/index.html @@ -178,7 +178,7 @@ e = verifyZipCode("95060 1234"); // retorna 95060 1234 </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/statements/var/index.html b/files/pt-br/web/javascript/reference/statements/var/index.html index 6f3ec18977..5631dbb35d 100644 --- a/files/pt-br/web/javascript/reference/statements/var/index.html +++ b/files/pt-br/web/javascript/reference/statements/var/index.html @@ -177,7 +177,7 @@ console.log(typeof y); // indefinido já que y é uma variável local da funçã </tbody> </table> -<h2 id="Compatibilidade_dos_Navegadores">Compatibilidade dos Navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{ CompatibilityTable() }}</p> diff --git a/files/pt-br/web/javascript/reference/statements/while/index.html b/files/pt-br/web/javascript/reference/statements/while/index.html index 70fbb3e2f9..49338f18aa 100644 --- a/files/pt-br/web/javascript/reference/statements/while/index.html +++ b/files/pt-br/web/javascript/reference/statements/while/index.html @@ -82,7 +82,7 @@ while (n < 3) { </tbody> </table> -<h2 id="Compatibilidade_nos_browsers">Compatibilidade nos browsers</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{CompatibilityTable}}</p> diff --git a/files/pt-br/web/javascript/reference/statements/with/index.html b/files/pt-br/web/javascript/reference/statements/with/index.html index 0d18576236..aec9437ada 100644 --- a/files/pt-br/web/javascript/reference/statements/with/index.html +++ b/files/pt-br/web/javascript/reference/statements/with/index.html @@ -117,7 +117,7 @@ with (Math) { </tbody> </table> -<h2 id="Compatibilidade_de_navegadores">Compatibilidade de navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{CompatibilityTable}}</p> |
