diff options
Diffstat (limited to 'files/es/web/javascript/reference/global_objects/array')
40 files changed, 83 insertions, 43 deletions
diff --git a/files/es/web/javascript/reference/global_objects/array/@@iterator/index.html b/files/es/web/javascript/reference/global_objects/array/@@iterator/index.html index 65ac581204..9d0124bb71 100644 --- a/files/es/web/javascript/reference/global_objects/array/@@iterator/index.html +++ b/files/es/web/javascript/reference/global_objects/array/@@iterator/index.html @@ -1,6 +1,6 @@ --- -title: 'Array.prototype[@@iterator]()' -slug: Web/JavaScript/Referencia/Objetos_globales/Array/@@iterator +title: Array.prototype[@@iterator]() +slug: Web/JavaScript/Reference/Global_Objects/Array/@@iterator tags: - Array - ECMAScript 2015 @@ -10,6 +10,7 @@ tags: - Referencia - metodo translation_of: Web/JavaScript/Reference/Global_Objects/Array/@@iterator +original_slug: Web/JavaScript/Referencia/Objetos_globales/Array/@@iterator --- <div>{{JSRef}}</div> diff --git a/files/es/web/javascript/reference/global_objects/array/@@species/index.html b/files/es/web/javascript/reference/global_objects/array/@@species/index.html index 2f15ad345a..cfd3314225 100644 --- a/files/es/web/javascript/reference/global_objects/array/@@species/index.html +++ b/files/es/web/javascript/reference/global_objects/array/@@species/index.html @@ -1,12 +1,13 @@ --- -title: 'get Array[@@species]' -slug: Web/JavaScript/Referencia/Objetos_globales/Array/@@species +title: get Array[@@species] +slug: Web/JavaScript/Reference/Global_Objects/Array/@@species tags: - Array - JavaScript - Prototipo - metodo translation_of: Web/JavaScript/Reference/Global_Objects/Array/@@species +original_slug: Web/JavaScript/Referencia/Objetos_globales/Array/@@species --- <div>{{JSRef}}</div> diff --git a/files/es/web/javascript/reference/global_objects/array/@@unscopables/index.html b/files/es/web/javascript/reference/global_objects/array/@@unscopables/index.html index 43dc771ae7..7ddb89930d 100644 --- a/files/es/web/javascript/reference/global_objects/array/@@unscopables/index.html +++ b/files/es/web/javascript/reference/global_objects/array/@@unscopables/index.html @@ -1,6 +1,6 @@ --- -title: 'Array.prototype[@@unscopables]' -slug: Web/JavaScript/Referencia/Objetos_globales/Array/@@unscopables +title: Array.prototype[@@unscopables] +slug: Web/JavaScript/Reference/Global_Objects/Array/@@unscopables tags: - Array - JavaScript @@ -8,6 +8,7 @@ tags: - Propiedad - Prototipo translation_of: Web/JavaScript/Reference/Global_Objects/Array/@@unscopables +original_slug: Web/JavaScript/Referencia/Objetos_globales/Array/@@unscopables --- <div>{{JSRef}}</div> diff --git a/files/es/web/javascript/reference/global_objects/array/concat/index.html b/files/es/web/javascript/reference/global_objects/array/concat/index.html index dc7dfc999d..eb3440b21e 100644 --- a/files/es/web/javascript/reference/global_objects/array/concat/index.html +++ b/files/es/web/javascript/reference/global_objects/array/concat/index.html @@ -1,6 +1,6 @@ --- title: Array.prototype.concat() -slug: Web/JavaScript/Referencia/Objetos_globales/Array/concat +slug: Web/JavaScript/Reference/Global_Objects/Array/concat tags: - Array - JavaScript @@ -10,6 +10,7 @@ tags: - array.concat - metodo translation_of: Web/JavaScript/Reference/Global_Objects/Array/concat +original_slug: Web/JavaScript/Referencia/Objetos_globales/Array/concat --- <div>{{JSRef}}</div> diff --git a/files/es/web/javascript/reference/global_objects/array/copywithin/index.html b/files/es/web/javascript/reference/global_objects/array/copywithin/index.html index e28b99c382..18ff3ba3e0 100644 --- a/files/es/web/javascript/reference/global_objects/array/copywithin/index.html +++ b/files/es/web/javascript/reference/global_objects/array/copywithin/index.html @@ -1,6 +1,6 @@ --- title: Array.prototype.copyWithin() -slug: Web/JavaScript/Referencia/Objetos_globales/Array/copyWithin +slug: Web/JavaScript/Reference/Global_Objects/Array/copyWithin tags: - Array - ECMAScript 2015 @@ -10,6 +10,7 @@ tags: - metodo - polyfill translation_of: Web/JavaScript/Reference/Global_Objects/Array/copyWithin +original_slug: Web/JavaScript/Referencia/Objetos_globales/Array/copyWithin --- <div>{{JSRef}}</div> diff --git a/files/es/web/javascript/reference/global_objects/array/entries/index.html b/files/es/web/javascript/reference/global_objects/array/entries/index.html index 89fef6475f..3db699e1d5 100644 --- a/files/es/web/javascript/reference/global_objects/array/entries/index.html +++ b/files/es/web/javascript/reference/global_objects/array/entries/index.html @@ -1,6 +1,6 @@ --- title: Array.prototype.entries() -slug: Web/JavaScript/Referencia/Objetos_globales/Array/entries +slug: Web/JavaScript/Reference/Global_Objects/Array/entries tags: - Array - ECMAScript 2015 @@ -10,6 +10,7 @@ tags: - Prototipo - metodo translation_of: Web/JavaScript/Reference/Global_Objects/Array/entries +original_slug: Web/JavaScript/Referencia/Objetos_globales/Array/entries --- <div>{{JSRef}}</div> diff --git a/files/es/web/javascript/reference/global_objects/array/every/index.html b/files/es/web/javascript/reference/global_objects/array/every/index.html index 540ebbdfa9..bda6368b52 100644 --- a/files/es/web/javascript/reference/global_objects/array/every/index.html +++ b/files/es/web/javascript/reference/global_objects/array/every/index.html @@ -1,6 +1,6 @@ --- title: Array.prototype.every() -slug: Web/JavaScript/Referencia/Objetos_globales/Array/every +slug: Web/JavaScript/Reference/Global_Objects/Array/every tags: - Arreglo - ECMAScript 5 @@ -9,6 +9,7 @@ tags: - metodo - polyfill translation_of: Web/JavaScript/Reference/Global_Objects/Array/every +original_slug: Web/JavaScript/Referencia/Objetos_globales/Array/every --- <div>{{JSRef}}</div> diff --git a/files/es/web/javascript/reference/global_objects/array/fill/index.html b/files/es/web/javascript/reference/global_objects/array/fill/index.html index 7113df34bd..9d25a0debc 100644 --- a/files/es/web/javascript/reference/global_objects/array/fill/index.html +++ b/files/es/web/javascript/reference/global_objects/array/fill/index.html @@ -1,6 +1,6 @@ --- title: Array.prototype.fill() -slug: Web/JavaScript/Referencia/Objetos_globales/Array/fill +slug: Web/JavaScript/Reference/Global_Objects/Array/fill tags: - Array - ECMAScript 2015 @@ -9,6 +9,7 @@ tags: - metodo - polyfill translation_of: Web/JavaScript/Reference/Global_Objects/Array/fill +original_slug: Web/JavaScript/Referencia/Objetos_globales/Array/fill --- <div>{{JSRef}}</div> diff --git a/files/es/web/javascript/reference/global_objects/array/filter/index.html b/files/es/web/javascript/reference/global_objects/array/filter/index.html index 98e6843c4f..4b80085925 100644 --- a/files/es/web/javascript/reference/global_objects/array/filter/index.html +++ b/files/es/web/javascript/reference/global_objects/array/filter/index.html @@ -1,6 +1,6 @@ --- title: Array.prototype.filter() -slug: Web/JavaScript/Referencia/Objetos_globales/Array/filter +slug: Web/JavaScript/Reference/Global_Objects/Array/filter tags: - Array - ECMAScript 5 @@ -10,6 +10,7 @@ tags: - metodo - polyfill translation_of: Web/JavaScript/Reference/Global_Objects/Array/filter +original_slug: Web/JavaScript/Referencia/Objetos_globales/Array/filter --- <div>{{JSRef}}</div> diff --git a/files/es/web/javascript/reference/global_objects/array/find/index.html b/files/es/web/javascript/reference/global_objects/array/find/index.html index 7de7850cca..ed43505cbb 100644 --- a/files/es/web/javascript/reference/global_objects/array/find/index.html +++ b/files/es/web/javascript/reference/global_objects/array/find/index.html @@ -1,6 +1,6 @@ --- title: Array.prototype.find() -slug: Web/JavaScript/Referencia/Objetos_globales/Array/find +slug: Web/JavaScript/Reference/Global_Objects/Array/find tags: - Array - ECMAScript 2015 @@ -10,6 +10,7 @@ tags: - metodo - polyfill translation_of: Web/JavaScript/Reference/Global_Objects/Array/find +original_slug: Web/JavaScript/Referencia/Objetos_globales/Array/find --- <div>{{JSRef}}</div> diff --git a/files/es/web/javascript/reference/global_objects/array/findindex/index.html b/files/es/web/javascript/reference/global_objects/array/findindex/index.html index c249a3b2df..06e3b69fc4 100644 --- a/files/es/web/javascript/reference/global_objects/array/findindex/index.html +++ b/files/es/web/javascript/reference/global_objects/array/findindex/index.html @@ -1,6 +1,6 @@ --- title: Array.prototype.findIndex() -slug: Web/JavaScript/Referencia/Objetos_globales/Array/findIndex +slug: Web/JavaScript/Reference/Global_Objects/Array/findIndex tags: - Array - ECMAScript 2015 @@ -10,6 +10,7 @@ tags: - metodo - polyfill translation_of: Web/JavaScript/Reference/Global_Objects/Array/findIndex +original_slug: Web/JavaScript/Referencia/Objetos_globales/Array/findIndex --- <div>{{JSRef}}</div> diff --git a/files/es/web/javascript/reference/global_objects/array/flat/index.html b/files/es/web/javascript/reference/global_objects/array/flat/index.html index 67d1b3a4c7..2191409d07 100644 --- a/files/es/web/javascript/reference/global_objects/array/flat/index.html +++ b/files/es/web/javascript/reference/global_objects/array/flat/index.html @@ -1,6 +1,6 @@ --- title: Array.prototype.flat() -slug: Web/JavaScript/Referencia/Objetos_globales/Array/flat +slug: Web/JavaScript/Reference/Global_Objects/Array/flat tags: - Array - JavaScript @@ -8,6 +8,7 @@ tags: - Referencia - metodo translation_of: Web/JavaScript/Reference/Global_Objects/Array/flat +original_slug: Web/JavaScript/Referencia/Objetos_globales/Array/flat --- <div>{{JSRef}} {{SeeCompatTable}}</div> diff --git a/files/es/web/javascript/reference/global_objects/array/flatmap/index.html b/files/es/web/javascript/reference/global_objects/array/flatmap/index.html index 0a93f97675..cbdabc94b2 100644 --- a/files/es/web/javascript/reference/global_objects/array/flatmap/index.html +++ b/files/es/web/javascript/reference/global_objects/array/flatmap/index.html @@ -1,6 +1,6 @@ --- title: Array.prototype.flatMap() -slug: Web/JavaScript/Referencia/Objetos_globales/Array/flatMap +slug: Web/JavaScript/Reference/Global_Objects/Array/flatMap tags: - Array - JavaScript @@ -8,6 +8,7 @@ tags: - Referencia - metodo translation_of: Web/JavaScript/Reference/Global_Objects/Array/flatMap +original_slug: Web/JavaScript/Referencia/Objetos_globales/Array/flatMap --- <div>{{JSRef}} {{SeeCompatTable}}</div> diff --git a/files/es/web/javascript/reference/global_objects/array/foreach/index.html b/files/es/web/javascript/reference/global_objects/array/foreach/index.html index bc6b693176..d93888eb93 100644 --- a/files/es/web/javascript/reference/global_objects/array/foreach/index.html +++ b/files/es/web/javascript/reference/global_objects/array/foreach/index.html @@ -1,6 +1,6 @@ --- title: Array.prototype.forEach() -slug: Web/JavaScript/Referencia/Objetos_globales/Array/forEach +slug: Web/JavaScript/Reference/Global_Objects/Array/forEach tags: - Array - ECMAScript5 @@ -11,6 +11,7 @@ tags: - Referencia - polyfill translation_of: Web/JavaScript/Reference/Global_Objects/Array/forEach +original_slug: Web/JavaScript/Referencia/Objetos_globales/Array/forEach --- <div>{{JSRef}}</div> diff --git a/files/es/web/javascript/reference/global_objects/array/from/index.html b/files/es/web/javascript/reference/global_objects/array/from/index.html index a11d0ebd53..52f2c36c33 100644 --- a/files/es/web/javascript/reference/global_objects/array/from/index.html +++ b/files/es/web/javascript/reference/global_objects/array/from/index.html @@ -1,6 +1,6 @@ --- title: Array.from() -slug: Web/JavaScript/Referencia/Objetos_globales/Array/from +slug: Web/JavaScript/Reference/Global_Objects/Array/from tags: - ECMAScript 2015 - JavaScript @@ -9,6 +9,7 @@ tags: - metodo - polyfill translation_of: Web/JavaScript/Reference/Global_Objects/Array/from +original_slug: Web/JavaScript/Referencia/Objetos_globales/Array/from --- <div>{{JSRef}}</div> diff --git a/files/es/web/javascript/reference/global_objects/array/includes/index.html b/files/es/web/javascript/reference/global_objects/array/includes/index.html index 3831c7d73d..9647fa1e3b 100644 --- a/files/es/web/javascript/reference/global_objects/array/includes/index.html +++ b/files/es/web/javascript/reference/global_objects/array/includes/index.html @@ -1,6 +1,6 @@ --- title: Array.prototype.includes() -slug: Web/JavaScript/Referencia/Objetos_globales/Array/includes +slug: Web/JavaScript/Reference/Global_Objects/Array/includes tags: - Array - JavaScript @@ -9,6 +9,7 @@ tags: - metodo - polyfill translation_of: Web/JavaScript/Reference/Global_Objects/Array/includes +original_slug: Web/JavaScript/Referencia/Objetos_globales/Array/includes --- <div>{{JSRef}}</div> diff --git a/files/es/web/javascript/reference/global_objects/array/index.html b/files/es/web/javascript/reference/global_objects/array/index.html index 45531c7a3e..6d6e5af3bf 100644 --- a/files/es/web/javascript/reference/global_objects/array/index.html +++ b/files/es/web/javascript/reference/global_objects/array/index.html @@ -1,6 +1,6 @@ --- title: Array -slug: Web/JavaScript/Referencia/Objetos_globales/Array +slug: Web/JavaScript/Reference/Global_Objects/Array tags: - Array - JavaScript @@ -8,6 +8,7 @@ tags: - Referencia - Vector translation_of: Web/JavaScript/Reference/Global_Objects/Array +original_slug: Web/JavaScript/Referencia/Objetos_globales/Array --- <p>{{JSRef}}<br> El objeto <strong><code>Array</code> </strong>de JavaScript es un objeto global que es usado en la construcción de <em>arrays</em>, que son objetos tipo lista de alto nivel.</p> diff --git a/files/es/web/javascript/reference/global_objects/array/indexof/index.html b/files/es/web/javascript/reference/global_objects/array/indexof/index.html index 7aad7773b1..4f05be5df3 100644 --- a/files/es/web/javascript/reference/global_objects/array/indexof/index.html +++ b/files/es/web/javascript/reference/global_objects/array/indexof/index.html @@ -1,6 +1,6 @@ --- title: Array.prototype.indexOf() -slug: Web/JavaScript/Referencia/Objetos_globales/Array/indexOf +slug: Web/JavaScript/Reference/Global_Objects/Array/indexOf tags: - Array - JavaScript @@ -9,6 +9,7 @@ tags: - Referencia - polyfill translation_of: Web/JavaScript/Reference/Global_Objects/Array/indexOf +original_slug: Web/JavaScript/Referencia/Objetos_globales/Array/indexOf --- <div>{{JSRef}}</div> diff --git a/files/es/web/javascript/reference/global_objects/array/isarray/index.html b/files/es/web/javascript/reference/global_objects/array/isarray/index.html index b2a115a814..8cf7a9b469 100644 --- a/files/es/web/javascript/reference/global_objects/array/isarray/index.html +++ b/files/es/web/javascript/reference/global_objects/array/isarray/index.html @@ -1,6 +1,6 @@ --- title: Array.isArray() -slug: Web/JavaScript/Referencia/Objetos_globales/Array/isArray +slug: Web/JavaScript/Reference/Global_Objects/Array/isArray tags: - Array - ECMAScript5 @@ -9,6 +9,7 @@ tags: - metodo - polyfill translation_of: Web/JavaScript/Reference/Global_Objects/Array/isArray +original_slug: Web/JavaScript/Referencia/Objetos_globales/Array/isArray --- <div>{{JSRef}}</div> diff --git a/files/es/web/javascript/reference/global_objects/array/join/index.html b/files/es/web/javascript/reference/global_objects/array/join/index.html index ea9ba3e544..09d557b9e1 100644 --- a/files/es/web/javascript/reference/global_objects/array/join/index.html +++ b/files/es/web/javascript/reference/global_objects/array/join/index.html @@ -1,6 +1,6 @@ --- title: Array.prototype.join() -slug: Web/JavaScript/Referencia/Objetos_globales/Array/join +slug: Web/JavaScript/Reference/Global_Objects/Array/join tags: - Array - JavaScript @@ -9,6 +9,7 @@ tags: - Referencia - metodo translation_of: Web/JavaScript/Reference/Global_Objects/Array/join +original_slug: Web/JavaScript/Referencia/Objetos_globales/Array/join --- <div>{{JSRef}}</div> diff --git a/files/es/web/javascript/reference/global_objects/array/keys/index.html b/files/es/web/javascript/reference/global_objects/array/keys/index.html index ff7cb593f5..f5d5c2ba81 100644 --- a/files/es/web/javascript/reference/global_objects/array/keys/index.html +++ b/files/es/web/javascript/reference/global_objects/array/keys/index.html @@ -1,6 +1,6 @@ --- title: Array.prototype.keys() -slug: Web/JavaScript/Referencia/Objetos_globales/Array/keys +slug: Web/JavaScript/Reference/Global_Objects/Array/keys tags: - Array - ECMAScript 2015 @@ -10,6 +10,7 @@ tags: - Prototipo - metodo translation_of: Web/JavaScript/Reference/Global_Objects/Array/keys +original_slug: Web/JavaScript/Referencia/Objetos_globales/Array/keys --- <div>{{JSRef}}</div> diff --git a/files/es/web/javascript/reference/global_objects/array/lastindexof/index.html b/files/es/web/javascript/reference/global_objects/array/lastindexof/index.html index 19667a54af..5006059545 100644 --- a/files/es/web/javascript/reference/global_objects/array/lastindexof/index.html +++ b/files/es/web/javascript/reference/global_objects/array/lastindexof/index.html @@ -1,6 +1,6 @@ --- title: Array.prototype.lastIndexOf() -slug: Web/JavaScript/Referencia/Objetos_globales/Array/lastIndexOf +slug: Web/JavaScript/Reference/Global_Objects/Array/lastIndexOf tags: - Array - Arreglo @@ -11,6 +11,7 @@ tags: - metodo - polyfill translation_of: Web/JavaScript/Reference/Global_Objects/Array/lastIndexOf +original_slug: Web/JavaScript/Referencia/Objetos_globales/Array/lastIndexOf --- <div>{{JSRef}}</div> diff --git a/files/es/web/javascript/reference/global_objects/array/length/index.html b/files/es/web/javascript/reference/global_objects/array/length/index.html index cbbb1a46db..8b0317c4f9 100644 --- a/files/es/web/javascript/reference/global_objects/array/length/index.html +++ b/files/es/web/javascript/reference/global_objects/array/length/index.html @@ -1,6 +1,6 @@ --- title: Array.prototype.length -slug: Web/JavaScript/Referencia/Objetos_globales/Array/length +slug: Web/JavaScript/Reference/Global_Objects/Array/length tags: - Array - JavaScript @@ -8,6 +8,7 @@ tags: - Referencia - Vector translation_of: Web/JavaScript/Reference/Global_Objects/Array/length +original_slug: Web/JavaScript/Referencia/Objetos_globales/Array/length --- <div>{{JSRef}}</div> diff --git a/files/es/web/javascript/reference/global_objects/array/map/index.html b/files/es/web/javascript/reference/global_objects/array/map/index.html index 8b958a4945..74d1eb798e 100644 --- a/files/es/web/javascript/reference/global_objects/array/map/index.html +++ b/files/es/web/javascript/reference/global_objects/array/map/index.html @@ -1,6 +1,6 @@ --- title: Array.prototype.map() -slug: Web/JavaScript/Referencia/Objetos_globales/Array/map +slug: Web/JavaScript/Reference/Global_Objects/Array/map tags: - Array - Arreglo @@ -10,6 +10,7 @@ tags: - Prototype - metodo translation_of: Web/JavaScript/Reference/Global_Objects/Array/map +original_slug: Web/JavaScript/Referencia/Objetos_globales/Array/map --- <div>{{JSRef}}</div> diff --git a/files/es/web/javascript/reference/global_objects/array/of/index.html b/files/es/web/javascript/reference/global_objects/array/of/index.html index f57c7e2bc1..f2e406b219 100644 --- a/files/es/web/javascript/reference/global_objects/array/of/index.html +++ b/files/es/web/javascript/reference/global_objects/array/of/index.html @@ -1,6 +1,6 @@ --- title: Array.of() -slug: Web/JavaScript/Referencia/Objetos_globales/Array/of +slug: Web/JavaScript/Reference/Global_Objects/Array/of tags: - Array - ECMAScript 2015 @@ -8,6 +8,7 @@ tags: - metodo - polyfill translation_of: Web/JavaScript/Reference/Global_Objects/Array/of +original_slug: Web/JavaScript/Referencia/Objetos_globales/Array/of --- <div>{{JSRef}}</div> diff --git a/files/es/web/javascript/reference/global_objects/array/pop/index.html b/files/es/web/javascript/reference/global_objects/array/pop/index.html index acc6d06885..c6e634b73b 100644 --- a/files/es/web/javascript/reference/global_objects/array/pop/index.html +++ b/files/es/web/javascript/reference/global_objects/array/pop/index.html @@ -1,6 +1,6 @@ --- title: Array.prototype.pop() -slug: Web/JavaScript/Referencia/Objetos_globales/Array/pop +slug: Web/JavaScript/Reference/Global_Objects/Array/pop tags: - Array - JavaScript @@ -8,6 +8,7 @@ tags: - Referencia - metodo translation_of: Web/JavaScript/Reference/Global_Objects/Array/pop +original_slug: Web/JavaScript/Referencia/Objetos_globales/Array/pop --- <div>{{JSRef}}</div> diff --git a/files/es/web/javascript/reference/global_objects/array/push/index.html b/files/es/web/javascript/reference/global_objects/array/push/index.html index fc00ce7e7a..346efd1854 100644 --- a/files/es/web/javascript/reference/global_objects/array/push/index.html +++ b/files/es/web/javascript/reference/global_objects/array/push/index.html @@ -1,6 +1,6 @@ --- title: Array.prototype.push() -slug: Web/JavaScript/Referencia/Objetos_globales/Array/push +slug: Web/JavaScript/Reference/Global_Objects/Array/push tags: - Array - JavaScript @@ -8,6 +8,7 @@ tags: - Referencia - metodo translation_of: Web/JavaScript/Reference/Global_Objects/Array/push +original_slug: Web/JavaScript/Referencia/Objetos_globales/Array/push --- <div>{{JSRef}}</div> diff --git a/files/es/web/javascript/reference/global_objects/array/reduce/index.html b/files/es/web/javascript/reference/global_objects/array/reduce/index.html index 68d7a9cb2f..0c52e7555c 100644 --- a/files/es/web/javascript/reference/global_objects/array/reduce/index.html +++ b/files/es/web/javascript/reference/global_objects/array/reduce/index.html @@ -1,6 +1,6 @@ --- title: Array.prototype.reduce() -slug: Web/JavaScript/Referencia/Objetos_globales/Array/reduce +slug: Web/JavaScript/Reference/Global_Objects/Array/Reduce tags: - Array - ECMAScript 5 @@ -10,6 +10,7 @@ tags: - Referencia - metodo translation_of: Web/JavaScript/Reference/Global_Objects/Array/Reduce +original_slug: Web/JavaScript/Referencia/Objetos_globales/Array/reduce --- <div>{{JSRef}}</div> diff --git a/files/es/web/javascript/reference/global_objects/array/reduceright/index.html b/files/es/web/javascript/reference/global_objects/array/reduceright/index.html index cff59fddf4..7cab4ba18d 100644 --- a/files/es/web/javascript/reference/global_objects/array/reduceright/index.html +++ b/files/es/web/javascript/reference/global_objects/array/reduceright/index.html @@ -1,6 +1,6 @@ --- title: Array.prototype.reduceRight() -slug: Web/JavaScript/Referencia/Objetos_globales/Array/reduceRight +slug: Web/JavaScript/Reference/Global_Objects/Array/ReduceRight tags: - Array - ECMAScript5 @@ -9,6 +9,7 @@ tags: - Method - Prototype translation_of: Web/JavaScript/Reference/Global_Objects/Array/ReduceRight +original_slug: Web/JavaScript/Referencia/Objetos_globales/Array/reduceRight --- <div>{{JSRef("Objetos_globales", "Array")}}</div> diff --git a/files/es/web/javascript/reference/global_objects/array/reverse/index.html b/files/es/web/javascript/reference/global_objects/array/reverse/index.html index 7399f8dcda..452f0603ce 100644 --- a/files/es/web/javascript/reference/global_objects/array/reverse/index.html +++ b/files/es/web/javascript/reference/global_objects/array/reverse/index.html @@ -1,12 +1,13 @@ --- title: Array.prototype.reverse() -slug: Web/JavaScript/Referencia/Objetos_globales/Array/reverse +slug: Web/JavaScript/Reference/Global_Objects/Array/reverse tags: - Array - JavaScript - Prototipo - metodo translation_of: Web/JavaScript/Reference/Global_Objects/Array/reverse +original_slug: Web/JavaScript/Referencia/Objetos_globales/Array/reverse --- <div>{{JSRef}}</div> diff --git a/files/es/web/javascript/reference/global_objects/array/shift/index.html b/files/es/web/javascript/reference/global_objects/array/shift/index.html index 7391f6c325..81d884dbb8 100644 --- a/files/es/web/javascript/reference/global_objects/array/shift/index.html +++ b/files/es/web/javascript/reference/global_objects/array/shift/index.html @@ -1,7 +1,8 @@ --- title: Array.prototype.shift() -slug: Web/JavaScript/Referencia/Objetos_globales/Array/shift +slug: Web/JavaScript/Reference/Global_Objects/Array/shift translation_of: Web/JavaScript/Reference/Global_Objects/Array/shift +original_slug: Web/JavaScript/Referencia/Objetos_globales/Array/shift --- <div>{{JSRef}}</div> diff --git a/files/es/web/javascript/reference/global_objects/array/slice/index.html b/files/es/web/javascript/reference/global_objects/array/slice/index.html index e3ddd7e8a5..e22b913c37 100644 --- a/files/es/web/javascript/reference/global_objects/array/slice/index.html +++ b/files/es/web/javascript/reference/global_objects/array/slice/index.html @@ -1,9 +1,10 @@ --- title: Array.prototype.slice() -slug: Web/JavaScript/Referencia/Objetos_globales/Array/slice +slug: Web/JavaScript/Reference/Global_Objects/Array/slice tags: - Arreglo translation_of: Web/JavaScript/Reference/Global_Objects/Array/slice +original_slug: Web/JavaScript/Referencia/Objetos_globales/Array/slice --- <div>{{JSRef}}</div> diff --git a/files/es/web/javascript/reference/global_objects/array/some/index.html b/files/es/web/javascript/reference/global_objects/array/some/index.html index d04b57b025..36eac4f173 100644 --- a/files/es/web/javascript/reference/global_objects/array/some/index.html +++ b/files/es/web/javascript/reference/global_objects/array/some/index.html @@ -1,6 +1,6 @@ --- title: Array.prototype.some() -slug: Web/JavaScript/Referencia/Objetos_globales/Array/some +slug: Web/JavaScript/Reference/Global_Objects/Array/some tags: - Array - ECMAScript5 @@ -9,6 +9,7 @@ tags: - Referencia - metodo translation_of: Web/JavaScript/Reference/Global_Objects/Array/some +original_slug: Web/JavaScript/Referencia/Objetos_globales/Array/some --- <div>{{JSRef}}</div> diff --git a/files/es/web/javascript/reference/global_objects/array/sort/index.html b/files/es/web/javascript/reference/global_objects/array/sort/index.html index ac28826327..e6eea1fa9d 100644 --- a/files/es/web/javascript/reference/global_objects/array/sort/index.html +++ b/files/es/web/javascript/reference/global_objects/array/sort/index.html @@ -1,12 +1,13 @@ --- title: Array.prototype.sort() -slug: Web/JavaScript/Referencia/Objetos_globales/Array/sort +slug: Web/JavaScript/Reference/Global_Objects/Array/sort tags: - Array - JavaScript - Método(2) - Prototipo translation_of: Web/JavaScript/Reference/Global_Objects/Array/sort +original_slug: Web/JavaScript/Referencia/Objetos_globales/Array/sort --- <div>{{JSRef}}</div> diff --git a/files/es/web/javascript/reference/global_objects/array/splice/index.html b/files/es/web/javascript/reference/global_objects/array/splice/index.html index 5d7992a2c4..8c7d6167ec 100644 --- a/files/es/web/javascript/reference/global_objects/array/splice/index.html +++ b/files/es/web/javascript/reference/global_objects/array/splice/index.html @@ -1,6 +1,6 @@ --- title: Array.prototype.splice() -slug: Web/JavaScript/Referencia/Objetos_globales/Array/splice +slug: Web/JavaScript/Reference/Global_Objects/Array/splice tags: - Array - JavaScript @@ -8,6 +8,7 @@ tags: - Referencia - metodo translation_of: Web/JavaScript/Reference/Global_Objects/Array/splice +original_slug: Web/JavaScript/Referencia/Objetos_globales/Array/splice --- <div>{{JSRef}}</div> diff --git a/files/es/web/javascript/reference/global_objects/array/tolocalestring/index.html b/files/es/web/javascript/reference/global_objects/array/tolocalestring/index.html index 0fc418ab47..e5e37f77ac 100644 --- a/files/es/web/javascript/reference/global_objects/array/tolocalestring/index.html +++ b/files/es/web/javascript/reference/global_objects/array/tolocalestring/index.html @@ -1,7 +1,8 @@ --- title: Array.prototype.toLocaleString() -slug: Web/JavaScript/Referencia/Objetos_globales/Array/toLocaleString +slug: Web/JavaScript/Reference/Global_Objects/Array/toLocaleString translation_of: Web/JavaScript/Reference/Global_Objects/Array/toLocaleString +original_slug: Web/JavaScript/Referencia/Objetos_globales/Array/toLocaleString --- <div>{{JSRef}}</div> diff --git a/files/es/web/javascript/reference/global_objects/array/tosource/index.html b/files/es/web/javascript/reference/global_objects/array/tosource/index.html index ffd8df0b3b..271fa89fcb 100644 --- a/files/es/web/javascript/reference/global_objects/array/tosource/index.html +++ b/files/es/web/javascript/reference/global_objects/array/tosource/index.html @@ -1,7 +1,8 @@ --- title: Array.prototype.toSource() -slug: Web/JavaScript/Referencia/Objetos_globales/Array/toSource +slug: Web/JavaScript/Reference/Global_Objects/Array/toSource translation_of: Web/JavaScript/Reference/Global_Objects/Array/toSource +original_slug: Web/JavaScript/Referencia/Objetos_globales/Array/toSource --- <div>{{JSRef}} {{non-standard_header}}</div> diff --git a/files/es/web/javascript/reference/global_objects/array/tostring/index.html b/files/es/web/javascript/reference/global_objects/array/tostring/index.html index 402f011e0f..954889d043 100644 --- a/files/es/web/javascript/reference/global_objects/array/tostring/index.html +++ b/files/es/web/javascript/reference/global_objects/array/tostring/index.html @@ -1,12 +1,13 @@ --- title: Array.prototype.toString() -slug: Web/JavaScript/Referencia/Objetos_globales/Array/toString +slug: Web/JavaScript/Reference/Global_Objects/Array/toString tags: - Array - JavaScript - Prototipo - metodo translation_of: Web/JavaScript/Reference/Global_Objects/Array/toString +original_slug: Web/JavaScript/Referencia/Objetos_globales/Array/toString --- <div>{{JSRef}}</div> diff --git a/files/es/web/javascript/reference/global_objects/array/unshift/index.html b/files/es/web/javascript/reference/global_objects/array/unshift/index.html index 4641a05d98..7a440415a0 100644 --- a/files/es/web/javascript/reference/global_objects/array/unshift/index.html +++ b/files/es/web/javascript/reference/global_objects/array/unshift/index.html @@ -1,6 +1,6 @@ --- title: Array.prototype.unshift() -slug: Web/JavaScript/Referencia/Objetos_globales/Array/unshift +slug: Web/JavaScript/Reference/Global_Objects/Array/unshift tags: - Array - JavaScript @@ -8,6 +8,7 @@ tags: - Referencia - metodo translation_of: Web/JavaScript/Reference/Global_Objects/Array/unshift +original_slug: Web/JavaScript/Referencia/Objetos_globales/Array/unshift --- <div>{{JSRef}}</div> diff --git a/files/es/web/javascript/reference/global_objects/array/values/index.html b/files/es/web/javascript/reference/global_objects/array/values/index.html index dbc76e8634..c3ea51be03 100644 --- a/files/es/web/javascript/reference/global_objects/array/values/index.html +++ b/files/es/web/javascript/reference/global_objects/array/values/index.html @@ -1,6 +1,6 @@ --- title: Array.prototype.values() -slug: Web/JavaScript/Referencia/Objetos_globales/Array/values +slug: Web/JavaScript/Reference/Global_Objects/Array/values tags: - Array - ECMAScript 2015 @@ -9,6 +9,7 @@ tags: - Prototipo - metodo translation_of: Web/JavaScript/Reference/Global_Objects/Array/values +original_slug: Web/JavaScript/Referencia/Objetos_globales/Array/values --- <div>{{JSRef}}</div> |