diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:49:58 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:49:58 +0100 |
commit | 1d435be33d8b76cd7b06cd06996c19d74f83cfd4 (patch) | |
tree | 86057a0d5693744915564716a97ba7466c041e6e /files/pt-br/web/javascript/reference/global_objects | |
parent | 68fc8e96a9629e73469ed457abd955e548ec670c (diff) | |
download | translated-content-1d435be33d8b76cd7b06cd06996c19d74f83cfd4.tar.gz translated-content-1d435be33d8b76cd7b06cd06996c19d74f83cfd4.tar.bz2 translated-content-1d435be33d8b76cd7b06cd06996c19d74f83cfd4.zip |
unslug pt-br: modify
Diffstat (limited to 'files/pt-br/web/javascript/reference/global_objects')
-rw-r--r-- | files/pt-br/web/javascript/reference/global_objects/array/filter/index.html | 3 | ||||
-rw-r--r-- | files/pt-br/web/javascript/reference/global_objects/array/includes/index.html | 3 |
2 files changed, 4 insertions, 2 deletions
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 c7b0c08915..ce591d2cac 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 @@ -1,6 +1,6 @@ --- title: Array.prototype.filter() -slug: Web/JavaScript/Reference/Global_Objects/Array/filtro +slug: Web/JavaScript/Reference/Global_Objects/Array/filter tags: - Array - ECMAScript 5 @@ -8,6 +8,7 @@ tags: - Prototype - metodo translation_of: Web/JavaScript/Reference/Global_Objects/Array/filter +original_slug: Web/JavaScript/Reference/Global_Objects/Array/filtro --- <div>{{JSRef}}</div> diff --git a/files/pt-br/web/javascript/reference/global_objects/array/includes/index.html b/files/pt-br/web/javascript/reference/global_objects/array/includes/index.html index a0f794df1a..034eaef4d2 100644 --- a/files/pt-br/web/javascript/reference/global_objects/array/includes/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/array/includes/index.html @@ -1,6 +1,6 @@ --- title: Array.prototype.includes() -slug: Web/JavaScript/Reference/Global_Objects/Array/contains +slug: Web/JavaScript/Reference/Global_Objects/Array/includes tags: - Array - ECMAScript7 @@ -8,6 +8,7 @@ tags: - Expérimental(2) - JavaScript translation_of: Web/JavaScript/Reference/Global_Objects/Array/includes +original_slug: Web/JavaScript/Reference/Global_Objects/Array/contains --- <div>{{JSRef("Global_Objects", "Array")}}</div> |