diff options
Diffstat (limited to 'files/fr/web/javascript/reference/global_objects/array')
41 files changed, 85 insertions, 44 deletions
diff --git a/files/fr/web/javascript/reference/global_objects/array/@@iterator/index.html b/files/fr/web/javascript/reference/global_objects/array/@@iterator/index.html index 1843ed0508..eca43d23c9 100644 --- a/files/fr/web/javascript/reference/global_objects/array/@@iterator/index.html +++ b/files/fr/web/javascript/reference/global_objects/array/@@iterator/index.html @@ -1,6 +1,6 @@ --- -title: 'Array.prototype[@@iterator]()' -slug: Web/JavaScript/Reference/Objets_globaux/Array/@@iterator +title: Array.prototype[@@iterator]() +slug: Web/JavaScript/Reference/Global_Objects/Array/@@iterator tags: - Array - ECMAScript 2015 @@ -10,6 +10,7 @@ tags: - Prototype - Reference translation_of: Web/JavaScript/Reference/Global_Objects/Array/@@iterator +original_slug: Web/JavaScript/Reference/Objets_globaux/Array/@@iterator --- <div>{{JSRef}}</div> diff --git a/files/fr/web/javascript/reference/global_objects/array/@@species/index.html b/files/fr/web/javascript/reference/global_objects/array/@@species/index.html index 58064e558b..ab22a4e328 100644 --- a/files/fr/web/javascript/reference/global_objects/array/@@species/index.html +++ b/files/fr/web/javascript/reference/global_objects/array/@@species/index.html @@ -1,6 +1,6 @@ --- -title: 'get Array[@@species]' -slug: Web/JavaScript/Reference/Objets_globaux/Array/@@species +title: get Array[@@species] +slug: Web/JavaScript/Reference/Global_Objects/Array/@@species tags: - Array - JavaScript @@ -8,6 +8,7 @@ tags: - Prototype - Reference translation_of: Web/JavaScript/Reference/Global_Objects/Array/@@species +original_slug: Web/JavaScript/Reference/Objets_globaux/Array/@@species --- <div>{{JSRef}}</div> diff --git a/files/fr/web/javascript/reference/global_objects/array/@@unscopables/index.html b/files/fr/web/javascript/reference/global_objects/array/@@unscopables/index.html index b61ceb5279..bac491e3aa 100644 --- a/files/fr/web/javascript/reference/global_objects/array/@@unscopables/index.html +++ b/files/fr/web/javascript/reference/global_objects/array/@@unscopables/index.html @@ -1,6 +1,6 @@ --- -title: 'Array.prototype[@@unscopables]' -slug: Web/JavaScript/Reference/Objets_globaux/Array/@@unscopables +title: Array.prototype[@@unscopables] +slug: Web/JavaScript/Reference/Global_Objects/Array/@@unscopables tags: - Array - ECMAScript 2015 @@ -8,6 +8,7 @@ tags: - Propriété - Prototype translation_of: Web/JavaScript/Reference/Global_Objects/Array/@@unscopables +original_slug: Web/JavaScript/Reference/Objets_globaux/Array/@@unscopables --- <div>{{JSRef}}</div> diff --git a/files/fr/web/javascript/reference/global_objects/array/array/index.html b/files/fr/web/javascript/reference/global_objects/array/array/index.html index de1394bdd9..addbd64043 100644 --- a/files/fr/web/javascript/reference/global_objects/array/array/index.html +++ b/files/fr/web/javascript/reference/global_objects/array/array/index.html @@ -1,12 +1,13 @@ --- title: Constructeur Array() -slug: Web/JavaScript/Reference/Objets_globaux/Array/Array +slug: Web/JavaScript/Reference/Global_Objects/Array/Array tags: - Array - Constructeur - JavaScript - Reference translation_of: Web/JavaScript/Reference/Global_Objects/Array/Array +original_slug: Web/JavaScript/Reference/Objets_globaux/Array/Array --- <div>{{JSRef}}</div> diff --git a/files/fr/web/javascript/reference/global_objects/array/concat/index.html b/files/fr/web/javascript/reference/global_objects/array/concat/index.html index bd788c4e7c..20dd8054d5 100644 --- a/files/fr/web/javascript/reference/global_objects/array/concat/index.html +++ b/files/fr/web/javascript/reference/global_objects/array/concat/index.html @@ -1,6 +1,6 @@ --- title: Array.prototype.concat() -slug: Web/JavaScript/Reference/Objets_globaux/Array/concat +slug: Web/JavaScript/Reference/Global_Objects/Array/concat tags: - Array - JavaScript @@ -8,6 +8,7 @@ tags: - Prototype - Reference translation_of: Web/JavaScript/Reference/Global_Objects/Array/concat +original_slug: Web/JavaScript/Reference/Objets_globaux/Array/concat --- <div>{{JSRef}}</div> diff --git a/files/fr/web/javascript/reference/global_objects/array/copywithin/index.html b/files/fr/web/javascript/reference/global_objects/array/copywithin/index.html index 32ffdd57e3..27477003b1 100644 --- a/files/fr/web/javascript/reference/global_objects/array/copywithin/index.html +++ b/files/fr/web/javascript/reference/global_objects/array/copywithin/index.html @@ -1,6 +1,6 @@ --- title: Array.prototype.copyWithin() -slug: Web/JavaScript/Reference/Objets_globaux/Array/copyWithin +slug: Web/JavaScript/Reference/Global_Objects/Array/copyWithin tags: - Array - ECMAScript 2015 @@ -10,6 +10,7 @@ tags: - Reference - polyfill translation_of: Web/JavaScript/Reference/Global_Objects/Array/copyWithin +original_slug: Web/JavaScript/Reference/Objets_globaux/Array/copyWithin --- <div>{{JSRef}}</div> diff --git a/files/fr/web/javascript/reference/global_objects/array/entries/index.html b/files/fr/web/javascript/reference/global_objects/array/entries/index.html index 127cec9f99..2dec907457 100644 --- a/files/fr/web/javascript/reference/global_objects/array/entries/index.html +++ b/files/fr/web/javascript/reference/global_objects/array/entries/index.html @@ -1,6 +1,6 @@ --- title: Array.prototype.entries() -slug: Web/JavaScript/Reference/Objets_globaux/Array/entries +slug: Web/JavaScript/Reference/Global_Objects/Array/entries tags: - Array - ECMAScript 2015 @@ -9,6 +9,7 @@ tags: - Méthode - Prototype translation_of: Web/JavaScript/Reference/Global_Objects/Array/entries +original_slug: Web/JavaScript/Reference/Objets_globaux/Array/entries --- <div>{{JSRef}}</div> diff --git a/files/fr/web/javascript/reference/global_objects/array/every/index.html b/files/fr/web/javascript/reference/global_objects/array/every/index.html index 2c3e71dca6..bbfac1e3ac 100644 --- a/files/fr/web/javascript/reference/global_objects/array/every/index.html +++ b/files/fr/web/javascript/reference/global_objects/array/every/index.html @@ -1,6 +1,6 @@ --- title: Array.prototype.every() -slug: Web/JavaScript/Reference/Objets_globaux/Array/every +slug: Web/JavaScript/Reference/Global_Objects/Array/every tags: - Array - ECMAScript 5 @@ -10,6 +10,7 @@ tags: - Reference - polyfill translation_of: Web/JavaScript/Reference/Global_Objects/Array/every +original_slug: Web/JavaScript/Reference/Objets_globaux/Array/every --- <div>{{JSRef}}</div> diff --git a/files/fr/web/javascript/reference/global_objects/array/fill/index.html b/files/fr/web/javascript/reference/global_objects/array/fill/index.html index 9c5d0c1e6f..61798d83a2 100644 --- a/files/fr/web/javascript/reference/global_objects/array/fill/index.html +++ b/files/fr/web/javascript/reference/global_objects/array/fill/index.html @@ -1,6 +1,6 @@ --- title: Array.prototype.fill() -slug: Web/JavaScript/Reference/Objets_globaux/Array/fill +slug: Web/JavaScript/Reference/Global_Objects/Array/fill tags: - Array - ECMAScript 2015 @@ -10,6 +10,7 @@ tags: - Reference - polyfill translation_of: Web/JavaScript/Reference/Global_Objects/Array/fill +original_slug: Web/JavaScript/Reference/Objets_globaux/Array/fill --- <div>{{JSRef}}</div> diff --git a/files/fr/web/javascript/reference/global_objects/array/filter/index.html b/files/fr/web/javascript/reference/global_objects/array/filter/index.html index fdd8fa023a..91de280b38 100644 --- a/files/fr/web/javascript/reference/global_objects/array/filter/index.html +++ b/files/fr/web/javascript/reference/global_objects/array/filter/index.html @@ -1,6 +1,6 @@ --- title: Array.prototype.filter() -slug: Web/JavaScript/Reference/Objets_globaux/Array/filter +slug: Web/JavaScript/Reference/Global_Objects/Array/filter tags: - Array - ECMAScript 5 @@ -10,6 +10,7 @@ tags: - Reference - polyfill translation_of: Web/JavaScript/Reference/Global_Objects/Array/filter +original_slug: Web/JavaScript/Reference/Objets_globaux/Array/filter --- <div>{{JSRef}}</div> diff --git a/files/fr/web/javascript/reference/global_objects/array/find/index.html b/files/fr/web/javascript/reference/global_objects/array/find/index.html index c6675f0b1b..d2fd1f4f2b 100644 --- a/files/fr/web/javascript/reference/global_objects/array/find/index.html +++ b/files/fr/web/javascript/reference/global_objects/array/find/index.html @@ -1,6 +1,6 @@ --- title: Array.prototype.find() -slug: Web/JavaScript/Reference/Objets_globaux/Array/find +slug: Web/JavaScript/Reference/Global_Objects/Array/find tags: - Array - ECMAScript 2015 @@ -10,6 +10,7 @@ tags: - Reference - polyfill translation_of: Web/JavaScript/Reference/Global_Objects/Array/find +original_slug: Web/JavaScript/Reference/Objets_globaux/Array/find --- <div>{{JSRef}}</div> diff --git a/files/fr/web/javascript/reference/global_objects/array/findindex/index.html b/files/fr/web/javascript/reference/global_objects/array/findindex/index.html index 3d116dfe97..170257f6b1 100644 --- a/files/fr/web/javascript/reference/global_objects/array/findindex/index.html +++ b/files/fr/web/javascript/reference/global_objects/array/findindex/index.html @@ -1,6 +1,6 @@ --- title: Array.prototype.findIndex() -slug: Web/JavaScript/Reference/Objets_globaux/Array/findIndex +slug: Web/JavaScript/Reference/Global_Objects/Array/findIndex tags: - Array - ECMAScript6 @@ -10,6 +10,7 @@ tags: - Reference - polyfill translation_of: Web/JavaScript/Reference/Global_Objects/Array/findIndex +original_slug: Web/JavaScript/Reference/Objets_globaux/Array/findIndex --- <div>{{JSRef}}</div> diff --git a/files/fr/web/javascript/reference/global_objects/array/flat/index.html b/files/fr/web/javascript/reference/global_objects/array/flat/index.html index 27a0337822..86090aaec9 100644 --- a/files/fr/web/javascript/reference/global_objects/array/flat/index.html +++ b/files/fr/web/javascript/reference/global_objects/array/flat/index.html @@ -1,6 +1,6 @@ --- title: Array.prototype.flat() -slug: Web/JavaScript/Reference/Objets_globaux/Array/flat +slug: Web/JavaScript/Reference/Global_Objects/Array/flat tags: - Array - JavaScript @@ -8,6 +8,7 @@ tags: - Prototype - Reference translation_of: Web/JavaScript/Reference/Global_Objects/Array/flat +original_slug: Web/JavaScript/Reference/Objets_globaux/Array/flat --- <div>{{JSRef}}</div> diff --git a/files/fr/web/javascript/reference/global_objects/array/flatmap/index.html b/files/fr/web/javascript/reference/global_objects/array/flatmap/index.html index f69e64607c..6861d8850a 100644 --- a/files/fr/web/javascript/reference/global_objects/array/flatmap/index.html +++ b/files/fr/web/javascript/reference/global_objects/array/flatmap/index.html @@ -1,6 +1,6 @@ --- title: Array.prototype.flatMap() -slug: Web/JavaScript/Reference/Objets_globaux/Array/flatMap +slug: Web/JavaScript/Reference/Global_Objects/Array/flatMap tags: - Array - JavaScript @@ -8,6 +8,7 @@ tags: - Prototype - Reference translation_of: Web/JavaScript/Reference/Global_Objects/Array/flatMap +original_slug: Web/JavaScript/Reference/Objets_globaux/Array/flatMap --- <div>{{JSRef}}</div> diff --git a/files/fr/web/javascript/reference/global_objects/array/foreach/index.html b/files/fr/web/javascript/reference/global_objects/array/foreach/index.html index d5fe37c438..eaf12a3cdb 100644 --- a/files/fr/web/javascript/reference/global_objects/array/foreach/index.html +++ b/files/fr/web/javascript/reference/global_objects/array/foreach/index.html @@ -1,6 +1,6 @@ --- title: Array.prototype.forEach() -slug: Web/JavaScript/Reference/Objets_globaux/Array/forEach +slug: Web/JavaScript/Reference/Global_Objects/Array/forEach tags: - Array - ECMAScript 5 @@ -10,6 +10,7 @@ tags: - Reference - polyfill translation_of: Web/JavaScript/Reference/Global_Objects/Array/forEach +original_slug: Web/JavaScript/Reference/Objets_globaux/Array/forEach --- <div>{{JSRef}}</div> diff --git a/files/fr/web/javascript/reference/global_objects/array/from/index.html b/files/fr/web/javascript/reference/global_objects/array/from/index.html index 61e8b828cb..4debaa74a8 100644 --- a/files/fr/web/javascript/reference/global_objects/array/from/index.html +++ b/files/fr/web/javascript/reference/global_objects/array/from/index.html @@ -1,6 +1,6 @@ --- title: Array.from() -slug: Web/JavaScript/Reference/Objets_globaux/Array/from +slug: Web/JavaScript/Reference/Global_Objects/Array/from tags: - Array - ECMAScript 2015 @@ -9,6 +9,7 @@ tags: - Reference - polyfill translation_of: Web/JavaScript/Reference/Global_Objects/Array/from +original_slug: Web/JavaScript/Reference/Objets_globaux/Array/from --- <div>{{JSRef}}</div> diff --git a/files/fr/web/javascript/reference/global_objects/array/includes/index.html b/files/fr/web/javascript/reference/global_objects/array/includes/index.html index 8567f02fbf..05d2f8a942 100644 --- a/files/fr/web/javascript/reference/global_objects/array/includes/index.html +++ b/files/fr/web/javascript/reference/global_objects/array/includes/index.html @@ -1,6 +1,6 @@ --- title: Array.prototype.includes() -slug: Web/JavaScript/Reference/Objets_globaux/Array/includes +slug: Web/JavaScript/Reference/Global_Objects/Array/includes tags: - Array - JavaScript @@ -9,6 +9,7 @@ tags: - Reference - polyfill translation_of: Web/JavaScript/Reference/Global_Objects/Array/includes +original_slug: Web/JavaScript/Reference/Objets_globaux/Array/includes --- <div>{{JSRef}}</div> diff --git a/files/fr/web/javascript/reference/global_objects/array/index.html b/files/fr/web/javascript/reference/global_objects/array/index.html index b871ff6573..ab84b1582a 100644 --- a/files/fr/web/javascript/reference/global_objects/array/index.html +++ b/files/fr/web/javascript/reference/global_objects/array/index.html @@ -1,11 +1,12 @@ --- title: Array -slug: Web/JavaScript/Reference/Objets_globaux/Array +slug: Web/JavaScript/Reference/Global_Objects/Array tags: - Array - JavaScript - Reference translation_of: Web/JavaScript/Reference/Global_Objects/Array +original_slug: Web/JavaScript/Reference/Objets_globaux/Array --- <div>{{JSRef}}</div> diff --git a/files/fr/web/javascript/reference/global_objects/array/indexof/index.html b/files/fr/web/javascript/reference/global_objects/array/indexof/index.html index 5ff4981c2e..826506a3e4 100644 --- a/files/fr/web/javascript/reference/global_objects/array/indexof/index.html +++ b/files/fr/web/javascript/reference/global_objects/array/indexof/index.html @@ -1,6 +1,6 @@ --- title: Array.prototype.indexOf() -slug: Web/JavaScript/Reference/Objets_globaux/Array/indexOf +slug: Web/JavaScript/Reference/Global_Objects/Array/indexOf tags: - Array - JavaScript @@ -9,6 +9,7 @@ tags: - Reference - polyfill translation_of: Web/JavaScript/Reference/Global_Objects/Array/indexOf +original_slug: Web/JavaScript/Reference/Objets_globaux/Array/indexOf --- <div>{{JSRef}}</div> diff --git a/files/fr/web/javascript/reference/global_objects/array/isarray/index.html b/files/fr/web/javascript/reference/global_objects/array/isarray/index.html index bc07a159b0..89a53a578c 100644 --- a/files/fr/web/javascript/reference/global_objects/array/isarray/index.html +++ b/files/fr/web/javascript/reference/global_objects/array/isarray/index.html @@ -1,6 +1,6 @@ --- title: Array.isArray() -slug: Web/JavaScript/Reference/Objets_globaux/Array/isArray +slug: Web/JavaScript/Reference/Global_Objects/Array/isArray tags: - Array - ECMAScript 5 @@ -9,6 +9,7 @@ tags: - Reference - polyfill translation_of: Web/JavaScript/Reference/Global_Objects/Array/isArray +original_slug: Web/JavaScript/Reference/Objets_globaux/Array/isArray --- <div>{{JSRef}}</div> diff --git a/files/fr/web/javascript/reference/global_objects/array/join/index.html b/files/fr/web/javascript/reference/global_objects/array/join/index.html index e28efaae77..83cc0990f5 100644 --- a/files/fr/web/javascript/reference/global_objects/array/join/index.html +++ b/files/fr/web/javascript/reference/global_objects/array/join/index.html @@ -1,6 +1,6 @@ --- title: Array.prototype.join() -slug: Web/JavaScript/Reference/Objets_globaux/Array/join +slug: Web/JavaScript/Reference/Global_Objects/Array/join tags: - Array - JavaScript @@ -8,6 +8,7 @@ tags: - Prototype - Reference translation_of: Web/JavaScript/Reference/Global_Objects/Array/join +original_slug: Web/JavaScript/Reference/Objets_globaux/Array/join --- <div>{{JSRef}}</div> diff --git a/files/fr/web/javascript/reference/global_objects/array/keys/index.html b/files/fr/web/javascript/reference/global_objects/array/keys/index.html index b9907b9340..b9516bea68 100644 --- a/files/fr/web/javascript/reference/global_objects/array/keys/index.html +++ b/files/fr/web/javascript/reference/global_objects/array/keys/index.html @@ -1,6 +1,6 @@ --- title: Array.prototype.keys() -slug: Web/JavaScript/Reference/Objets_globaux/Array/keys +slug: Web/JavaScript/Reference/Global_Objects/Array/keys tags: - Array - ECMAScript 2015 @@ -10,6 +10,7 @@ tags: - Prototype - Reference translation_of: Web/JavaScript/Reference/Global_Objects/Array/keys +original_slug: Web/JavaScript/Reference/Objets_globaux/Array/keys --- <div>{{JSRef}}</div> diff --git a/files/fr/web/javascript/reference/global_objects/array/lastindexof/index.html b/files/fr/web/javascript/reference/global_objects/array/lastindexof/index.html index cc7d68a61a..3ed5d39618 100644 --- a/files/fr/web/javascript/reference/global_objects/array/lastindexof/index.html +++ b/files/fr/web/javascript/reference/global_objects/array/lastindexof/index.html @@ -1,6 +1,6 @@ --- title: Array.prototype.lastIndexOf() -slug: Web/JavaScript/Reference/Objets_globaux/Array/lastIndexOf +slug: Web/JavaScript/Reference/Global_Objects/Array/lastIndexOf tags: - Array - ECMAScript 5 @@ -10,6 +10,7 @@ tags: - Reference - polyfill translation_of: Web/JavaScript/Reference/Global_Objects/Array/lastIndexOf +original_slug: Web/JavaScript/Reference/Objets_globaux/Array/lastIndexOf --- <div>{{JSRef}}</div> diff --git a/files/fr/web/javascript/reference/global_objects/array/length/index.html b/files/fr/web/javascript/reference/global_objects/array/length/index.html index b586607721..12ee34fbdc 100644 --- a/files/fr/web/javascript/reference/global_objects/array/length/index.html +++ b/files/fr/web/javascript/reference/global_objects/array/length/index.html @@ -1,12 +1,13 @@ --- title: Array.prototype.length -slug: Web/JavaScript/Reference/Objets_globaux/Array/length +slug: Web/JavaScript/Reference/Global_Objects/Array/length tags: - Array - JavaScript - Propriété - Reference translation_of: Web/JavaScript/Reference/Global_Objects/Array/length +original_slug: Web/JavaScript/Reference/Objets_globaux/Array/length --- <div>{{JSRef}}</div> diff --git a/files/fr/web/javascript/reference/global_objects/array/map/index.html b/files/fr/web/javascript/reference/global_objects/array/map/index.html index 2cdabaddba..73334bf56d 100644 --- a/files/fr/web/javascript/reference/global_objects/array/map/index.html +++ b/files/fr/web/javascript/reference/global_objects/array/map/index.html @@ -1,6 +1,6 @@ --- title: Array.prototype.map() -slug: Web/JavaScript/Reference/Objets_globaux/Array/map +slug: Web/JavaScript/Reference/Global_Objects/Array/map tags: - Array - ECMAScript 5 @@ -10,6 +10,7 @@ tags: - Reference - polyfill translation_of: Web/JavaScript/Reference/Global_Objects/Array/map +original_slug: Web/JavaScript/Reference/Objets_globaux/Array/map --- <div>{{JSRef}}</div> diff --git a/files/fr/web/javascript/reference/global_objects/array/of/index.html b/files/fr/web/javascript/reference/global_objects/array/of/index.html index ffd20e3bf1..b7366cf886 100644 --- a/files/fr/web/javascript/reference/global_objects/array/of/index.html +++ b/files/fr/web/javascript/reference/global_objects/array/of/index.html @@ -1,6 +1,6 @@ --- title: Array.of() -slug: Web/JavaScript/Reference/Objets_globaux/Array/of +slug: Web/JavaScript/Reference/Global_Objects/Array/of tags: - Array - ECMAScript 2015 @@ -8,6 +8,7 @@ tags: - Méthode - polyfill translation_of: Web/JavaScript/Reference/Global_Objects/Array/of +original_slug: Web/JavaScript/Reference/Objets_globaux/Array/of --- <div>{{JSRef}}</div> diff --git a/files/fr/web/javascript/reference/global_objects/array/pop/index.html b/files/fr/web/javascript/reference/global_objects/array/pop/index.html index 7d06b9f5f7..acfd9ea113 100644 --- a/files/fr/web/javascript/reference/global_objects/array/pop/index.html +++ b/files/fr/web/javascript/reference/global_objects/array/pop/index.html @@ -1,6 +1,6 @@ --- title: Array.prototype.pop() -slug: Web/JavaScript/Reference/Objets_globaux/Array/pop +slug: Web/JavaScript/Reference/Global_Objects/Array/pop tags: - Array - JavaScript @@ -8,6 +8,7 @@ tags: - Prototype - Reference translation_of: Web/JavaScript/Reference/Global_Objects/Array/pop +original_slug: Web/JavaScript/Reference/Objets_globaux/Array/pop --- <div>{{JSRef}}</div> diff --git a/files/fr/web/javascript/reference/global_objects/array/push/index.html b/files/fr/web/javascript/reference/global_objects/array/push/index.html index 1ca8d57e8f..5f6eab497c 100644 --- a/files/fr/web/javascript/reference/global_objects/array/push/index.html +++ b/files/fr/web/javascript/reference/global_objects/array/push/index.html @@ -1,6 +1,6 @@ --- title: Array.prototype.push() -slug: Web/JavaScript/Reference/Objets_globaux/Array/push +slug: Web/JavaScript/Reference/Global_Objects/Array/push tags: - Array - JavaScript @@ -8,6 +8,7 @@ tags: - Prototype - Reference translation_of: Web/JavaScript/Reference/Global_Objects/Array/push +original_slug: Web/JavaScript/Reference/Objets_globaux/Array/push --- <div>{{JSRef}}</div> diff --git a/files/fr/web/javascript/reference/global_objects/array/reduce/index.html b/files/fr/web/javascript/reference/global_objects/array/reduce/index.html index 17b90678b9..28a69cde7f 100644 --- a/files/fr/web/javascript/reference/global_objects/array/reduce/index.html +++ b/files/fr/web/javascript/reference/global_objects/array/reduce/index.html @@ -1,6 +1,6 @@ --- title: Array.prototype.reduce() -slug: Web/JavaScript/Reference/Objets_globaux/Array/reduce +slug: Web/JavaScript/Reference/Global_Objects/Array/Reduce tags: - Array - ECMAScript 5 @@ -9,6 +9,7 @@ tags: - Prototype - Reference translation_of: Web/JavaScript/Reference/Global_Objects/Array/Reduce +original_slug: Web/JavaScript/Reference/Objets_globaux/Array/reduce --- <div>{{JSRef}}</div> diff --git a/files/fr/web/javascript/reference/global_objects/array/reduceright/index.html b/files/fr/web/javascript/reference/global_objects/array/reduceright/index.html index f29060283b..2d3cdb8910 100644 --- a/files/fr/web/javascript/reference/global_objects/array/reduceright/index.html +++ b/files/fr/web/javascript/reference/global_objects/array/reduceright/index.html @@ -1,6 +1,6 @@ --- title: Array.prototype.reduceRight() -slug: Web/JavaScript/Reference/Objets_globaux/Array/reduceRight +slug: Web/JavaScript/Reference/Global_Objects/Array/ReduceRight tags: - Array - ECMAScript 5 @@ -9,6 +9,7 @@ tags: - Prototype - Reference translation_of: Web/JavaScript/Reference/Global_Objects/Array/ReduceRight +original_slug: Web/JavaScript/Reference/Objets_globaux/Array/reduceRight --- <div>{{JSRef}}</div> diff --git a/files/fr/web/javascript/reference/global_objects/array/reverse/index.html b/files/fr/web/javascript/reference/global_objects/array/reverse/index.html index 515b437842..cb608f6456 100644 --- a/files/fr/web/javascript/reference/global_objects/array/reverse/index.html +++ b/files/fr/web/javascript/reference/global_objects/array/reverse/index.html @@ -1,6 +1,6 @@ --- title: Array.prototype.reverse() -slug: Web/JavaScript/Reference/Objets_globaux/Array/reverse +slug: Web/JavaScript/Reference/Global_Objects/Array/reverse tags: - Array - JavaScript @@ -8,6 +8,7 @@ tags: - Prototype - Reference translation_of: Web/JavaScript/Reference/Global_Objects/Array/reverse +original_slug: Web/JavaScript/Reference/Objets_globaux/Array/reverse --- <div>{{JSRef}}</div> diff --git a/files/fr/web/javascript/reference/global_objects/array/shift/index.html b/files/fr/web/javascript/reference/global_objects/array/shift/index.html index 9711ca9d25..e620337f7d 100644 --- a/files/fr/web/javascript/reference/global_objects/array/shift/index.html +++ b/files/fr/web/javascript/reference/global_objects/array/shift/index.html @@ -1,6 +1,6 @@ --- title: Array.prototype.shift() -slug: Web/JavaScript/Reference/Objets_globaux/Array/shift +slug: Web/JavaScript/Reference/Global_Objects/Array/shift tags: - Array - JavaScript @@ -8,6 +8,7 @@ tags: - Prototype - Reference translation_of: Web/JavaScript/Reference/Global_Objects/Array/shift +original_slug: Web/JavaScript/Reference/Objets_globaux/Array/shift --- <div>{{JSRef}}</div> diff --git a/files/fr/web/javascript/reference/global_objects/array/slice/index.html b/files/fr/web/javascript/reference/global_objects/array/slice/index.html index 98dac60521..534059969d 100644 --- a/files/fr/web/javascript/reference/global_objects/array/slice/index.html +++ b/files/fr/web/javascript/reference/global_objects/array/slice/index.html @@ -1,6 +1,6 @@ --- title: Array.prototype.slice() -slug: Web/JavaScript/Reference/Objets_globaux/Array/slice +slug: Web/JavaScript/Reference/Global_Objects/Array/slice tags: - Array - JavaScript @@ -8,6 +8,7 @@ tags: - Prototype - Reference translation_of: Web/JavaScript/Reference/Global_Objects/Array/slice +original_slug: Web/JavaScript/Reference/Objets_globaux/Array/slice --- <div>{{JSRef}}</div> diff --git a/files/fr/web/javascript/reference/global_objects/array/some/index.html b/files/fr/web/javascript/reference/global_objects/array/some/index.html index 2d3b197c16..06b9f915b5 100644 --- a/files/fr/web/javascript/reference/global_objects/array/some/index.html +++ b/files/fr/web/javascript/reference/global_objects/array/some/index.html @@ -1,6 +1,6 @@ --- title: Array.prototype.some() -slug: Web/JavaScript/Reference/Objets_globaux/Array/some +slug: Web/JavaScript/Reference/Global_Objects/Array/some tags: - Array - ECMAScript 5 @@ -10,6 +10,7 @@ tags: - Reference - polyfill translation_of: Web/JavaScript/Reference/Global_Objects/Array/some +original_slug: Web/JavaScript/Reference/Objets_globaux/Array/some --- <div>{{JSRef}}</div> diff --git a/files/fr/web/javascript/reference/global_objects/array/sort/index.html b/files/fr/web/javascript/reference/global_objects/array/sort/index.html index a7fb7a8981..9acc950096 100644 --- a/files/fr/web/javascript/reference/global_objects/array/sort/index.html +++ b/files/fr/web/javascript/reference/global_objects/array/sort/index.html @@ -1,6 +1,6 @@ --- title: Array.prototype.sort() -slug: Web/JavaScript/Reference/Objets_globaux/Array/sort +slug: Web/JavaScript/Reference/Global_Objects/Array/sort tags: - Array - JavaScript @@ -8,6 +8,7 @@ tags: - Prototype - Reference translation_of: Web/JavaScript/Reference/Global_Objects/Array/sort +original_slug: Web/JavaScript/Reference/Objets_globaux/Array/sort --- <div>{{JSRef}}</div> diff --git a/files/fr/web/javascript/reference/global_objects/array/splice/index.html b/files/fr/web/javascript/reference/global_objects/array/splice/index.html index 660bd81fb3..14daa1a9cc 100644 --- a/files/fr/web/javascript/reference/global_objects/array/splice/index.html +++ b/files/fr/web/javascript/reference/global_objects/array/splice/index.html @@ -1,6 +1,6 @@ --- title: Array.prototype.splice() -slug: Web/JavaScript/Reference/Objets_globaux/Array/splice +slug: Web/JavaScript/Reference/Global_Objects/Array/splice tags: - Array - JavaScript @@ -8,6 +8,7 @@ tags: - Prototype - Reference translation_of: Web/JavaScript/Reference/Global_Objects/Array/splice +original_slug: Web/JavaScript/Reference/Objets_globaux/Array/splice --- <div>{{JSRef}}</div> diff --git a/files/fr/web/javascript/reference/global_objects/array/tolocalestring/index.html b/files/fr/web/javascript/reference/global_objects/array/tolocalestring/index.html index 5d686a85bd..222dbdb2e1 100644 --- a/files/fr/web/javascript/reference/global_objects/array/tolocalestring/index.html +++ b/files/fr/web/javascript/reference/global_objects/array/tolocalestring/index.html @@ -1,6 +1,6 @@ --- title: Array.prototype.toLocaleString() -slug: Web/JavaScript/Reference/Objets_globaux/Array/toLocaleString +slug: Web/JavaScript/Reference/Global_Objects/Array/toLocaleString tags: - Array - Internationalisation @@ -11,6 +11,7 @@ tags: - i18n - polyfill translation_of: Web/JavaScript/Reference/Global_Objects/Array/toLocaleString +original_slug: Web/JavaScript/Reference/Objets_globaux/Array/toLocaleString --- <div>{{JSRef}}</div> diff --git a/files/fr/web/javascript/reference/global_objects/array/tosource/index.html b/files/fr/web/javascript/reference/global_objects/array/tosource/index.html index e6800fd64c..0e9c161f34 100644 --- a/files/fr/web/javascript/reference/global_objects/array/tosource/index.html +++ b/files/fr/web/javascript/reference/global_objects/array/tosource/index.html @@ -1,6 +1,6 @@ --- title: Array.prototype.toSource() -slug: Web/JavaScript/Reference/Objets_globaux/Array/toSource +slug: Web/JavaScript/Reference/Global_Objects/Array/toSource tags: - Array - JavaScript @@ -9,6 +9,7 @@ tags: - Prototype - Reference translation_of: Web/JavaScript/Reference/Global_Objects/Array/toSource +original_slug: Web/JavaScript/Reference/Objets_globaux/Array/toSource --- <div>{{JSRef}}{{Non-standard_header}}</div> diff --git a/files/fr/web/javascript/reference/global_objects/array/tostring/index.html b/files/fr/web/javascript/reference/global_objects/array/tostring/index.html index b7b252c1fb..fc35a92121 100644 --- a/files/fr/web/javascript/reference/global_objects/array/tostring/index.html +++ b/files/fr/web/javascript/reference/global_objects/array/tostring/index.html @@ -1,6 +1,6 @@ --- title: Array.prototype.toString() -slug: Web/JavaScript/Reference/Objets_globaux/Array/toString +slug: Web/JavaScript/Reference/Global_Objects/Array/toString tags: - Array - JavaScript @@ -8,6 +8,7 @@ tags: - Prototype - Reference translation_of: Web/JavaScript/Reference/Global_Objects/Array/toString +original_slug: Web/JavaScript/Reference/Objets_globaux/Array/toString --- <div>{{JSRef}}</div> diff --git a/files/fr/web/javascript/reference/global_objects/array/unshift/index.html b/files/fr/web/javascript/reference/global_objects/array/unshift/index.html index 04115c0986..e1b8027c28 100644 --- a/files/fr/web/javascript/reference/global_objects/array/unshift/index.html +++ b/files/fr/web/javascript/reference/global_objects/array/unshift/index.html @@ -1,6 +1,6 @@ --- title: Array.prototype.unshift() -slug: Web/JavaScript/Reference/Objets_globaux/Array/unshift +slug: Web/JavaScript/Reference/Global_Objects/Array/unshift tags: - Array - JavaScript @@ -8,6 +8,7 @@ tags: - Prototype - Reference translation_of: Web/JavaScript/Reference/Global_Objects/Array/unshift +original_slug: Web/JavaScript/Reference/Objets_globaux/Array/unshift --- <div>{{JSRef}}</div> diff --git a/files/fr/web/javascript/reference/global_objects/array/values/index.html b/files/fr/web/javascript/reference/global_objects/array/values/index.html index 26e1c20bf8..33f3ea0291 100644 --- a/files/fr/web/javascript/reference/global_objects/array/values/index.html +++ b/files/fr/web/javascript/reference/global_objects/array/values/index.html @@ -1,6 +1,6 @@ --- title: Array.prototype.values() -slug: Web/JavaScript/Reference/Objets_globaux/Array/values +slug: Web/JavaScript/Reference/Global_Objects/Array/values tags: - Array - ECMAScript 2015 @@ -10,6 +10,7 @@ tags: - Prototype - Reference translation_of: Web/JavaScript/Reference/Global_Objects/Array/values +original_slug: Web/JavaScript/Reference/Objets_globaux/Array/values --- <div>{{JSRef}}</div> |