diff options
Diffstat (limited to 'files/pt-br/web/javascript/reference/global_objects/array')
20 files changed, 20 insertions, 20 deletions
diff --git a/files/pt-br/web/javascript/reference/global_objects/array/@@iterator/index.html b/files/pt-br/web/javascript/reference/global_objects/array/@@iterator/index.html index 4256678efd..8935e82e26 100644 --- a/files/pt-br/web/javascript/reference/global_objects/array/@@iterator/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/array/@@iterator/index.html @@ -56,7 +56,7 @@ console.log(eArr.next().value); // p </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/global_objects/array/@@unscopables/index.html b/files/pt-br/web/javascript/reference/global_objects/array/@@unscopables/index.html index 53805d6ada..6a5dacec9f 100644 --- a/files/pt-br/web/javascript/reference/global_objects/array/@@unscopables/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/array/@@unscopables/index.html @@ -60,7 +60,7 @@ Object.keys(Array.prototype[Symbol.unscopables]); </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/global_objects/array/concat/index.html b/files/pt-br/web/javascript/reference/global_objects/array/concat/index.html index dc8fc20d38..751f99e9be 100644 --- a/files/pt-br/web/javascript/reference/global_objects/array/concat/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/array/concat/index.html @@ -97,7 +97,7 @@ var alphaNumeric = alpha.concat(1, [2, 3]); </tbody> </table> -<h2 id="Compatibilidade_em_navegadores">Compatibilidade em navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> diff --git a/files/pt-br/web/javascript/reference/global_objects/array/copywithin/index.html b/files/pt-br/web/javascript/reference/global_objects/array/copywithin/index.html index 4802e87b94..4539c49689 100644 --- a/files/pt-br/web/javascript/reference/global_objects/array/copywithin/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/array/copywithin/index.html @@ -144,7 +144,7 @@ i32a.copyWithin(0, 2); </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/global_objects/array/entries/index.html b/files/pt-br/web/javascript/reference/global_objects/array/entries/index.html index 8abb0cf088..467e985a6d 100644 --- a/files/pt-br/web/javascript/reference/global_objects/array/entries/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/array/entries/index.html @@ -55,7 +55,7 @@ for (let e of eArr) { </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/global_objects/array/every/index.html b/files/pt-br/web/javascript/reference/global_objects/array/every/index.html index a7d290e58a..510a8b64cc 100644 --- a/files/pt-br/web/javascript/reference/global_objects/array/every/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/array/every/index.html @@ -163,7 +163,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Array/every </tbody> </table> -<h2 id="Compatibilidade_em_navegadores">Compatibilidade em navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{Compat("javascript.builtins.Array.every")}}</div> diff --git a/files/pt-br/web/javascript/reference/global_objects/array/fill/index.html b/files/pt-br/web/javascript/reference/global_objects/array/fill/index.html index 8957bf3023..f58c1d8d8c 100644 --- a/files/pt-br/web/javascript/reference/global_objects/array/fill/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/array/fill/index.html @@ -109,7 +109,7 @@ Array(3).fill(4); // [4, 4, 4] </tbody> </table> -<h2 id="Compatibilidade_com_os_navegadores">Compatibilidade com os navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{Compat("javascript.builtins.Array.fill")}}</div> diff --git a/files/pt-br/web/javascript/reference/global_objects/array/filter/index.html b/files/pt-br/web/javascript/reference/global_objects/array/filter/index.html index 9daed5325a..d0863a9aa8 100644 --- a/files/pt-br/web/javascript/reference/global_objects/array/filter/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/array/filter/index.html @@ -212,7 +212,7 @@ console.log(filterItems('an')); // ['banana', 'mango', 'orange']</pre> </tbody> </table> -<h2 id="Compatibilidade_de_Browser">Compatibilidade de Browser</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{Compat("javascript.builtins.Array.filter")}}</div> diff --git a/files/pt-br/web/javascript/reference/global_objects/array/find/index.html b/files/pt-br/web/javascript/reference/global_objects/array/find/index.html index 904f65c200..7d50d47a1f 100644 --- a/files/pt-br/web/javascript/reference/global_objects/array/find/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/array/find/index.html @@ -145,7 +145,7 @@ console.log([4, 5, 8, 12].find(isPrime)); // 5 </tbody> </table> -<h2 id="Compatibilidade_do_Navegador">Compatibilidade do Navegador</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{Compat("javascript.builtins.Array.find")}}</div> diff --git a/files/pt-br/web/javascript/reference/global_objects/array/findindex/index.html b/files/pt-br/web/javascript/reference/global_objects/array/findindex/index.html index 75c677d20d..b4af428f99 100644 --- a/files/pt-br/web/javascript/reference/global_objects/array/findindex/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/array/findindex/index.html @@ -113,7 +113,7 @@ console.log([4, 6, 7, 12].findIndex(isPrime)); // 2 </tbody> </table> -<h2 id="Compatibilidade_de_navegadores">Compatibilidade de navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{Compat("javascript.builtins.Array.findIndex")}}</div> diff --git a/files/pt-br/web/javascript/reference/global_objects/array/flat/index.html b/files/pt-br/web/javascript/reference/global_objects/array/flat/index.html index b14ffb006f..38a71be527 100644 --- a/files/pt-br/web/javascript/reference/global_objects/array/flat/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/array/flat/index.html @@ -103,7 +103,7 @@ var arr1 = [1,2,3,[1,2,3,4, [2,3,4]]]; </tbody> </table> -<h2 id="Compatibilidade_em_Navegadores">Compatibilidade em Navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div> diff --git a/files/pt-br/web/javascript/reference/global_objects/array/foreach/index.html b/files/pt-br/web/javascript/reference/global_objects/array/foreach/index.html index 3ff4e43901..c52d99df4a 100644 --- a/files/pt-br/web/javascript/reference/global_objects/array/foreach/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/array/foreach/index.html @@ -168,7 +168,7 @@ if ( !Array.prototype.forEach ) { } </pre> -<h2 id="Compatibilidade_de_Browser">Compatibilidade de Browser</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("javascript.builtins.Array.forEach")}}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/array/from/index.html b/files/pt-br/web/javascript/reference/global_objects/array/from/index.html index c1a8f76473..e5515980ae 100644 --- a/files/pt-br/web/javascript/reference/global_objects/array/from/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/array/from/index.html @@ -190,7 +190,7 @@ Array.from({length: 5}, (v, k) => k); </tbody> </table> -<h2 id="Browser_compatibility">compatibilidade com navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div> <p>{{Compat("javascript.builtins.Array.from")}}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/array/lastindexof/index.html b/files/pt-br/web/javascript/reference/global_objects/array/lastindexof/index.html index 0dc189d7f1..a90917a2da 100644 --- a/files/pt-br/web/javascript/reference/global_objects/array/lastindexof/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/array/lastindexof/index.html @@ -124,7 +124,7 @@ if (!Array.prototype.lastIndexOf) { </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/global_objects/array/length/index.html b/files/pt-br/web/javascript/reference/global_objects/array/length/index.html index a03b16502c..fc97681290 100644 --- a/files/pt-br/web/javascript/reference/global_objects/array/length/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/array/length/index.html @@ -69,7 +69,7 @@ for (var i = 0; i < numbers.length; i++) { </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/global_objects/array/slice/index.html b/files/pt-br/web/javascript/reference/global_objects/array/slice/index.html index daff58f51f..9359e8907c 100644 --- a/files/pt-br/web/javascript/reference/global_objects/array/slice/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/array/slice/index.html @@ -209,7 +209,7 @@ var list1 = list(1, 2, 3); // [1, 2, 3] </tbody> </table> -<h2 id="Compatibilidade_de_navegadores">Compatibilidade de navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{Compat("javascript.builtins.Array.slice")}}</div> diff --git a/files/pt-br/web/javascript/reference/global_objects/array/some/index.html b/files/pt-br/web/javascript/reference/global_objects/array/some/index.html index f4724488dd..84f9aa6c03 100644 --- a/files/pt-br/web/javascript/reference/global_objects/array/some/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/array/some/index.html @@ -121,7 +121,7 @@ if (!Array.prototype.some) { </tbody> </table> -<h2 id="Compatibilidade_em_navegadores">Compatibilidade em navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{Compat("javascript.builtins.Array.some")}}</div> diff --git a/files/pt-br/web/javascript/reference/global_objects/array/sort/index.html b/files/pt-br/web/javascript/reference/global_objects/array/sort/index.html index 12f2fc1fcc..29b43530cf 100644 --- a/files/pt-br/web/javascript/reference/global_objects/array/sort/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/array/sort/index.html @@ -218,7 +218,7 @@ var result = mapped.map(function(el){ </tbody> </table> -<h2 id="Compatibilidade_de_navegadores">Compatibilidade de navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div id="compat-desktop">{{Compat("javascript.builtins.Array.sort")}}</div> diff --git a/files/pt-br/web/javascript/reference/global_objects/array/tolocalestring/index.html b/files/pt-br/web/javascript/reference/global_objects/array/tolocalestring/index.html index 7912113ff7..4679008070 100644 --- a/files/pt-br/web/javascript/reference/global_objects/array/tolocalestring/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/array/tolocalestring/index.html @@ -81,7 +81,7 @@ console.log(resultado); </tbody> </table> -<h2 id="Compatibilidade_do_Browser">Compatibilidade do Browser</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> diff --git a/files/pt-br/web/javascript/reference/global_objects/array/values/index.html b/files/pt-br/web/javascript/reference/global_objects/array/values/index.html index d3e918e1b9..234228a2ef 100644 --- a/files/pt-br/web/javascript/reference/global_objects/array/values/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/array/values/index.html @@ -52,7 +52,7 @@ console.log(eArr.next().value); // p </tbody> </table> -<h2 id="Compatibilidade_de_navegadores">Compatibilidade de navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> |