diff options
Diffstat (limited to 'files/pt-br/web/javascript/reference/global_objects/array')
8 files changed, 10 insertions, 22 deletions
diff --git a/files/pt-br/web/javascript/reference/global_objects/array/flatmap/index.html b/files/pt-br/web/javascript/reference/global_objects/array/flatmap/index.html index f75edaf3ef..7969e31e9d 100644 --- a/files/pt-br/web/javascript/reference/global_objects/array/flatmap/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/array/flatmap/index.html @@ -108,12 +108,10 @@ arr1.reduce((acc, x) => acc.concat([x * 2]<span class="js source"><span class </tbody> </table> -<h2 id="Compatibilidade_de_browser">Compatibilidade de browser</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div> -<div class="hidden">A tabela de compatibilidade nesta página é gerada a partir de dados estruturados. Se você quiser contribuir com os dados, confira https://github.com/mdn/browser-compat-data e envie-nos uma PR</div> - -<p>{{Compat("javascript.builtins.Array.flatMap")}}</p> + <p>{{Compat("javascript.builtins.Array.flatMap")}}</p> </div> <h2 id="Veja_também">Veja também</h2> 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 798f1c727d..c1a8f76473 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="compatibilidade_com_navegadores">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/indexof/index.html b/files/pt-br/web/javascript/reference/global_objects/array/indexof/index.html index 1cb6328be8..25627cd8f0 100644 --- a/files/pt-br/web/javascript/reference/global_objects/array/indexof/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/array/indexof/index.html @@ -174,7 +174,7 @@ if (!Array.prototype.indexOf) { </tbody> </table> -<h2 id="Compatibilidade_entre_Navegadores">Compatibilidade entre Navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div id="compat-mobile">{{Compat("javascript.builtins.Array.indexOf")}}</div> diff --git a/files/pt-br/web/javascript/reference/global_objects/array/join/index.html b/files/pt-br/web/javascript/reference/global_objects/array/join/index.html index 703cc76de0..5b2455ffcb 100644 --- a/files/pt-br/web/javascript/reference/global_objects/array/join/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/array/join/index.html @@ -91,11 +91,7 @@ f(1, 'a', true); </tbody> </table> -<h2 id="Browser_compatibility" name="Browser_compatibility">Compatibilidade com o Browser</h2> - -<div class="hidden"> -<p>A tabela de compatibilidade nesta pagina é gerada a partir de dados estruturados. Se voce deseja contribuir para os dados, de uma olhada no repositorio <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> e nos envie um pull request.</p> -</div> +<h2 id="Browser_compatibility" name="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{Compat("javascript.builtins.Array.join")}}</div> diff --git a/files/pt-br/web/javascript/reference/global_objects/array/of/index.html b/files/pt-br/web/javascript/reference/global_objects/array/of/index.html index d7d72259cb..57d90a4472 100644 --- a/files/pt-br/web/javascript/reference/global_objects/array/of/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/array/of/index.html @@ -89,14 +89,10 @@ Array.of(undefined); // [undefined] </tbody> </table> -<h2 id="Compatibilidade_com_os_navegadores">Compatibilidade com os navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div id="compat-mobile"> -<div class="hidden"> -<p>A tabela de compatibilidade nesta página é gerada por dados estruturados. Se você quiser contribuir com os dados, visite <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> e envie uma <em>pull request</em>.</p> -</div> - -<p>{{Compat("javascript.builtins.Array.of")}}</p> + <p>{{Compat("javascript.builtins.Array.of")}}</p> </div> <h2 id="Ver_também">Ver também</h2> diff --git a/files/pt-br/web/javascript/reference/global_objects/array/reduce/index.html b/files/pt-br/web/javascript/reference/global_objects/array/reduce/index.html index 0268b64c00..510c8c0928 100644 --- a/files/pt-br/web/javascript/reference/global_objects/array/reduce/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/array/reduce/index.html @@ -500,9 +500,7 @@ if (!Array.prototype.reduce) { </tbody> </table> -<h2 id="Browser_compatibility" name="Browser_compatibility">Navegadores compatíveis</h2> - -<p>A tabela de compatibilidade encontrada nesta página é gerada a partir de dados estruturados. Se você deseja contribuir com os dados, consulte : <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> e envie-nos um "pull request".</p> +<h2 id="Browser_compatibility" name="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{Compat("javascript.builtins.Array.reduce")}}</div> diff --git a/files/pt-br/web/javascript/reference/global_objects/array/splice/index.html b/files/pt-br/web/javascript/reference/global_objects/array/splice/index.html index d9296f4101..02dcd46265 100644 --- a/files/pt-br/web/javascript/reference/global_objects/array/splice/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/array/splice/index.html @@ -108,7 +108,7 @@ removed = myFish.splice(3, Number.MAX_VALUE); </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/tosource/index.html b/files/pt-br/web/javascript/reference/global_objects/array/tosource/index.html index 0eeea7211c..af0897b50c 100644 --- a/files/pt-br/web/javascript/reference/global_objects/array/tosource/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/array/tosource/index.html @@ -51,7 +51,7 @@ alpha.toSource(); //retorna ['a', 'b', 'c'] <p>Não é parte de nenhum padrão. Implementado no JavaScript 1.3.</p> -<h2 id="Compatibilidade_com_os_navegadores">Compatibilidade com os navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>A tabela de compatibilidade encontrada nesta página é gerada a partir de dados estruturados. Se você deseja contribuir com os dados, consulte <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> e envie-nos um "pull request".</p> |