From 97065b2e68dd8768dc1ea092c893c57ebe205026 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Thu, 25 Feb 2021 08:31:36 -0500 Subject: use class="hidden" not style="display:none" --- .../web/javascript/reference/global_objects/array/filter/index.html | 2 +- .../pt-br/web/javascript/reference/global_objects/array/sort/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'files/pt-br/web/javascript/reference/global_objects/array') 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 ce591d2cac..9daed5325a 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 @@ -225,4 +225,4 @@ console.log(filterItems('an')); // ['banana', 'mango', 'orange']
  • {{jsxref("Array.prototype.reduce()")}}
  • - + 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 6b1f8fcc15..12f2fc1fcc 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 @@ -229,4 +229,4 @@ var result = mapped.map(function(el){
  • {{jsxref("String.prototype.localeCompare()")}}
  • - + -- cgit v1.2.3-54-g00ecf