aboutsummaryrefslogtreecommitdiff
path: root/files/pl/web/javascript/reference/global_objects/array
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:49:25 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:49:25 +0100
commitb8170f78422f2269dfc9df7760cc1ad51c048c00 (patch)
treebbe8555451304d47a06232ea37338c1678f2f1ed /files/pl/web/javascript/reference/global_objects/array
parentde5c456ebded0e038adbf23db34cc290c8829180 (diff)
downloadtranslated-content-b8170f78422f2269dfc9df7760cc1ad51c048c00.tar.gz
translated-content-b8170f78422f2269dfc9df7760cc1ad51c048c00.tar.bz2
translated-content-b8170f78422f2269dfc9df7760cc1ad51c048c00.zip
unslug pl: modify
Diffstat (limited to 'files/pl/web/javascript/reference/global_objects/array')
-rw-r--r--files/pl/web/javascript/reference/global_objects/array/concat/index.html3
-rw-r--r--files/pl/web/javascript/reference/global_objects/array/copywithin/index.html3
-rw-r--r--files/pl/web/javascript/reference/global_objects/array/entries/index.html3
-rw-r--r--files/pl/web/javascript/reference/global_objects/array/every/index.html3
-rw-r--r--files/pl/web/javascript/reference/global_objects/array/fill/index.html3
-rw-r--r--files/pl/web/javascript/reference/global_objects/array/filter/index.html3
-rw-r--r--files/pl/web/javascript/reference/global_objects/array/find/index.html3
-rw-r--r--files/pl/web/javascript/reference/global_objects/array/findindex/index.html3
-rw-r--r--files/pl/web/javascript/reference/global_objects/array/flat/index.html3
-rw-r--r--files/pl/web/javascript/reference/global_objects/array/foreach/index.html3
-rw-r--r--files/pl/web/javascript/reference/global_objects/array/from/index.html3
-rw-r--r--files/pl/web/javascript/reference/global_objects/array/includes/index.html3
-rw-r--r--files/pl/web/javascript/reference/global_objects/array/index.html3
-rw-r--r--files/pl/web/javascript/reference/global_objects/array/indexof/index.html3
-rw-r--r--files/pl/web/javascript/reference/global_objects/array/isarray/index.html3
-rw-r--r--files/pl/web/javascript/reference/global_objects/array/join/index.html3
-rw-r--r--files/pl/web/javascript/reference/global_objects/array/keys/index.html3
-rw-r--r--files/pl/web/javascript/reference/global_objects/array/lastindexof/index.html3
-rw-r--r--files/pl/web/javascript/reference/global_objects/array/length/index.html3
-rw-r--r--files/pl/web/javascript/reference/global_objects/array/map/index.html3
-rw-r--r--files/pl/web/javascript/reference/global_objects/array/of/index.html3
-rw-r--r--files/pl/web/javascript/reference/global_objects/array/pop/index.html3
-rw-r--r--files/pl/web/javascript/reference/global_objects/array/push/index.html3
-rw-r--r--files/pl/web/javascript/reference/global_objects/array/reduce/index.html3
-rw-r--r--files/pl/web/javascript/reference/global_objects/array/reduceright/index.html3
-rw-r--r--files/pl/web/javascript/reference/global_objects/array/reverse/index.html3
-rw-r--r--files/pl/web/javascript/reference/global_objects/array/shift/index.html3
-rw-r--r--files/pl/web/javascript/reference/global_objects/array/slice/index.html3
-rw-r--r--files/pl/web/javascript/reference/global_objects/array/some/index.html3
-rw-r--r--files/pl/web/javascript/reference/global_objects/array/sort/index.html3
-rw-r--r--files/pl/web/javascript/reference/global_objects/array/splice/index.html3
-rw-r--r--files/pl/web/javascript/reference/global_objects/array/tolocalestring/index.html3
-rw-r--r--files/pl/web/javascript/reference/global_objects/array/tosource/index.html3
-rw-r--r--files/pl/web/javascript/reference/global_objects/array/tostring/index.html3
-rw-r--r--files/pl/web/javascript/reference/global_objects/array/unshift/index.html3
-rw-r--r--files/pl/web/javascript/reference/global_objects/array/values/index.html3
36 files changed, 72 insertions, 36 deletions
diff --git a/files/pl/web/javascript/reference/global_objects/array/concat/index.html b/files/pl/web/javascript/reference/global_objects/array/concat/index.html
index 014219e1d9..f740400903 100644
--- a/files/pl/web/javascript/reference/global_objects/array/concat/index.html
+++ b/files/pl/web/javascript/reference/global_objects/array/concat/index.html
@@ -1,12 +1,13 @@
---
title: Array.prototype.concat()
-slug: Web/JavaScript/Referencje/Obiekty/Array/concat
+slug: Web/JavaScript/Reference/Global_Objects/Array/concat
tags:
- Dokumentacja_JavaScript
- Dokumentacje
- JavaScript
- Wszystkie_kategorie
translation_of: Web/JavaScript/Reference/Global_Objects/Array/concat
+original_slug: Web/JavaScript/Referencje/Obiekty/Array/concat
---
<div>{{JSRef("Global_Objects", "Array")}}</div>
diff --git a/files/pl/web/javascript/reference/global_objects/array/copywithin/index.html b/files/pl/web/javascript/reference/global_objects/array/copywithin/index.html
index 1a1917eabd..af9f1b91f7 100644
--- a/files/pl/web/javascript/reference/global_objects/array/copywithin/index.html
+++ b/files/pl/web/javascript/reference/global_objects/array/copywithin/index.html
@@ -1,6 +1,6 @@
---
title: Array.prototype.copyWithin()
-slug: Web/JavaScript/Referencje/Obiekty/Array/copyWithin
+slug: Web/JavaScript/Reference/Global_Objects/Array/copyWithin
tags:
- Array
- ECMAScript 2015
@@ -13,6 +13,7 @@ tags:
- Tablica
- polyfill
translation_of: Web/JavaScript/Reference/Global_Objects/Array/copyWithin
+original_slug: Web/JavaScript/Referencje/Obiekty/Array/copyWithin
---
<div>{{JSRef}}</div>
diff --git a/files/pl/web/javascript/reference/global_objects/array/entries/index.html b/files/pl/web/javascript/reference/global_objects/array/entries/index.html
index 6ff83958f4..f5c7a6d596 100644
--- a/files/pl/web/javascript/reference/global_objects/array/entries/index.html
+++ b/files/pl/web/javascript/reference/global_objects/array/entries/index.html
@@ -1,7 +1,8 @@
---
title: Array.prototype.entries()
-slug: Web/JavaScript/Referencje/Obiekty/Array/entries
+slug: Web/JavaScript/Reference/Global_Objects/Array/entries
translation_of: Web/JavaScript/Reference/Global_Objects/Array/entries
+original_slug: Web/JavaScript/Referencje/Obiekty/Array/entries
---
<div>{{JSRef}}</div>
diff --git a/files/pl/web/javascript/reference/global_objects/array/every/index.html b/files/pl/web/javascript/reference/global_objects/array/every/index.html
index 4b6cb612a2..707e7bda84 100644
--- a/files/pl/web/javascript/reference/global_objects/array/every/index.html
+++ b/files/pl/web/javascript/reference/global_objects/array/every/index.html
@@ -1,12 +1,13 @@
---
title: Array.prototype.every()
-slug: Web/JavaScript/Referencje/Obiekty/Array/every
+slug: Web/JavaScript/Reference/Global_Objects/Array/every
tags:
- Dokumentacja_JavaScript
- Dokumentacje
- JavaScript
- Wszystkie_kategorie
translation_of: Web/JavaScript/Reference/Global_Objects/Array/every
+original_slug: Web/JavaScript/Referencje/Obiekty/Array/every
---
<div>{{JSRef("Global_Objects", "Array")}}</div>
diff --git a/files/pl/web/javascript/reference/global_objects/array/fill/index.html b/files/pl/web/javascript/reference/global_objects/array/fill/index.html
index 1ab2ef4719..1251451837 100644
--- a/files/pl/web/javascript/reference/global_objects/array/fill/index.html
+++ b/files/pl/web/javascript/reference/global_objects/array/fill/index.html
@@ -1,7 +1,8 @@
---
title: Array.prototype.fill()
-slug: Web/JavaScript/Referencje/Obiekty/Array/fill
+slug: Web/JavaScript/Reference/Global_Objects/Array/fill
translation_of: Web/JavaScript/Reference/Global_Objects/Array/fill
+original_slug: Web/JavaScript/Referencje/Obiekty/Array/fill
---
<div>{{JSRef}}</div>
diff --git a/files/pl/web/javascript/reference/global_objects/array/filter/index.html b/files/pl/web/javascript/reference/global_objects/array/filter/index.html
index 4b18a34c9c..6ec5d0cdc5 100644
--- a/files/pl/web/javascript/reference/global_objects/array/filter/index.html
+++ b/files/pl/web/javascript/reference/global_objects/array/filter/index.html
@@ -1,6 +1,6 @@
---
title: Array.prototype.filter()
-slug: Web/JavaScript/Referencje/Obiekty/Array/filter
+slug: Web/JavaScript/Reference/Global_Objects/Array/filter
tags:
- Dokumentacja_JavaScript
- Dokumentacje
@@ -8,6 +8,7 @@ tags:
- Strony_wymagające_dopracowania
- Wszystkie_kategorie
translation_of: Web/JavaScript/Reference/Global_Objects/Array/filter
+original_slug: Web/JavaScript/Referencje/Obiekty/Array/filter
---
<div>{{JSRef}}</div>
diff --git a/files/pl/web/javascript/reference/global_objects/array/find/index.html b/files/pl/web/javascript/reference/global_objects/array/find/index.html
index 6e8d67373b..520be8939f 100644
--- a/files/pl/web/javascript/reference/global_objects/array/find/index.html
+++ b/files/pl/web/javascript/reference/global_objects/array/find/index.html
@@ -1,6 +1,6 @@
---
title: Array.prototype.find()
-slug: Web/JavaScript/Referencje/Obiekty/Array/find
+slug: Web/JavaScript/Reference/Global_Objects/Array/find
tags:
- Array
- ECMAScript 2015
@@ -11,6 +11,7 @@ tags:
- Tablica
- polyfill
translation_of: Web/JavaScript/Reference/Global_Objects/Array/find
+original_slug: Web/JavaScript/Referencje/Obiekty/Array/find
---
<p>{{JSRef}}<br>
Metoda <strong>find()</strong> zwraca pierwszy element tablicy, który spełnia warunek podanej funkcji testującej.</p>
diff --git a/files/pl/web/javascript/reference/global_objects/array/findindex/index.html b/files/pl/web/javascript/reference/global_objects/array/findindex/index.html
index 86a9cf67cf..46d8e2a087 100644
--- a/files/pl/web/javascript/reference/global_objects/array/findindex/index.html
+++ b/files/pl/web/javascript/reference/global_objects/array/findindex/index.html
@@ -1,7 +1,8 @@
---
title: Array.prototype.findIndex()
-slug: Web/JavaScript/Referencje/Obiekty/Array/findIndex
+slug: Web/JavaScript/Reference/Global_Objects/Array/findIndex
translation_of: Web/JavaScript/Reference/Global_Objects/Array/findIndex
+original_slug: Web/JavaScript/Referencje/Obiekty/Array/findIndex
---
<div>{{JSRef}}</div>
diff --git a/files/pl/web/javascript/reference/global_objects/array/flat/index.html b/files/pl/web/javascript/reference/global_objects/array/flat/index.html
index 3c8de3a43c..063a4f1084 100644
--- a/files/pl/web/javascript/reference/global_objects/array/flat/index.html
+++ b/files/pl/web/javascript/reference/global_objects/array/flat/index.html
@@ -1,7 +1,8 @@
---
title: Array.prototype.flat()
-slug: Web/JavaScript/Referencje/Obiekty/Array/flat
+slug: Web/JavaScript/Reference/Global_Objects/Array/flat
translation_of: Web/JavaScript/Reference/Global_Objects/Array/flat
+original_slug: Web/JavaScript/Referencje/Obiekty/Array/flat
---
<div>{{JSRef}}</div>
diff --git a/files/pl/web/javascript/reference/global_objects/array/foreach/index.html b/files/pl/web/javascript/reference/global_objects/array/foreach/index.html
index 6968498311..612be4d2fb 100644
--- a/files/pl/web/javascript/reference/global_objects/array/foreach/index.html
+++ b/files/pl/web/javascript/reference/global_objects/array/foreach/index.html
@@ -1,12 +1,13 @@
---
title: Array.prototype.forEach()
-slug: Web/JavaScript/Referencje/Obiekty/Array/forEach
+slug: Web/JavaScript/Reference/Global_Objects/Array/forEach
tags:
- Dokumentacja_JavaScript
- Dokumentacje
- JavaScript
- Wszystkie_kategorie
translation_of: Web/JavaScript/Reference/Global_Objects/Array/forEach
+original_slug: Web/JavaScript/Referencje/Obiekty/Array/forEach
---
<div>{{JSRef("Global_Objects", "Array")}}</div>
diff --git a/files/pl/web/javascript/reference/global_objects/array/from/index.html b/files/pl/web/javascript/reference/global_objects/array/from/index.html
index bd5f0294de..049d4477d1 100644
--- a/files/pl/web/javascript/reference/global_objects/array/from/index.html
+++ b/files/pl/web/javascript/reference/global_objects/array/from/index.html
@@ -1,7 +1,8 @@
---
title: Array.from()
-slug: Web/JavaScript/Referencje/Obiekty/Array/from
+slug: Web/JavaScript/Reference/Global_Objects/Array/from
translation_of: Web/JavaScript/Reference/Global_Objects/Array/from
+original_slug: Web/JavaScript/Referencje/Obiekty/Array/from
---
<div>{{JSRef}}</div>
diff --git a/files/pl/web/javascript/reference/global_objects/array/includes/index.html b/files/pl/web/javascript/reference/global_objects/array/includes/index.html
index 526e660571..ead60760a3 100644
--- a/files/pl/web/javascript/reference/global_objects/array/includes/index.html
+++ b/files/pl/web/javascript/reference/global_objects/array/includes/index.html
@@ -1,7 +1,8 @@
---
title: Array.prototype.includes()
-slug: Web/JavaScript/Referencje/Obiekty/Array/includes
+slug: Web/JavaScript/Reference/Global_Objects/Array/includes
translation_of: Web/JavaScript/Reference/Global_Objects/Array/includes
+original_slug: Web/JavaScript/Referencje/Obiekty/Array/includes
---
<div>{{JSRef}}</div>
diff --git a/files/pl/web/javascript/reference/global_objects/array/index.html b/files/pl/web/javascript/reference/global_objects/array/index.html
index 5cfe52578b..7592e1696b 100644
--- a/files/pl/web/javascript/reference/global_objects/array/index.html
+++ b/files/pl/web/javascript/reference/global_objects/array/index.html
@@ -1,10 +1,11 @@
---
title: Array
-slug: Web/JavaScript/Referencje/Obiekty/Array
+slug: Web/JavaScript/Reference/Global_Objects/Array
tags:
- Array
- JavaScript
translation_of: Web/JavaScript/Reference/Global_Objects/Array
+original_slug: Web/JavaScript/Referencje/Obiekty/Array
---
<div>{{JSRef("Global_Objects", "Array")}}</div>
diff --git a/files/pl/web/javascript/reference/global_objects/array/indexof/index.html b/files/pl/web/javascript/reference/global_objects/array/indexof/index.html
index db63c3384c..512e3de6ab 100644
--- a/files/pl/web/javascript/reference/global_objects/array/indexof/index.html
+++ b/files/pl/web/javascript/reference/global_objects/array/indexof/index.html
@@ -1,12 +1,13 @@
---
title: Array.prototype.indexOf()
-slug: Web/JavaScript/Referencje/Obiekty/Array/indexOf
+slug: Web/JavaScript/Reference/Global_Objects/Array/indexOf
tags:
- Dokumentacja_JavaScript
- Dokumentacje
- JavaScript
- Wszystkie_kategorie
translation_of: Web/JavaScript/Reference/Global_Objects/Array/indexOf
+original_slug: Web/JavaScript/Referencje/Obiekty/Array/indexOf
---
<div>{{JSRef}}</div>
diff --git a/files/pl/web/javascript/reference/global_objects/array/isarray/index.html b/files/pl/web/javascript/reference/global_objects/array/isarray/index.html
index 62083e0853..2abef7d8b6 100644
--- a/files/pl/web/javascript/reference/global_objects/array/isarray/index.html
+++ b/files/pl/web/javascript/reference/global_objects/array/isarray/index.html
@@ -1,7 +1,8 @@
---
title: Array.isArray()
-slug: Web/JavaScript/Referencje/Obiekty/Array/isArray
+slug: Web/JavaScript/Reference/Global_Objects/Array/isArray
translation_of: Web/JavaScript/Reference/Global_Objects/Array/isArray
+original_slug: Web/JavaScript/Referencje/Obiekty/Array/isArray
---
<div>{{JSRef("Global_Objects", "Array")}}</div>
diff --git a/files/pl/web/javascript/reference/global_objects/array/join/index.html b/files/pl/web/javascript/reference/global_objects/array/join/index.html
index b4b22afc49..cd1d7f8a7b 100644
--- a/files/pl/web/javascript/reference/global_objects/array/join/index.html
+++ b/files/pl/web/javascript/reference/global_objects/array/join/index.html
@@ -1,12 +1,13 @@
---
title: Array.prototype.join()
-slug: Web/JavaScript/Referencje/Obiekty/Array/join
+slug: Web/JavaScript/Reference/Global_Objects/Array/join
tags:
- Dokumentacja_JavaScript
- Dokumentacje
- JavaScript
- Wszystkie_kategorie
translation_of: Web/JavaScript/Reference/Global_Objects/Array/join
+original_slug: Web/JavaScript/Referencje/Obiekty/Array/join
---
<div>{{JSRef}}</div>
diff --git a/files/pl/web/javascript/reference/global_objects/array/keys/index.html b/files/pl/web/javascript/reference/global_objects/array/keys/index.html
index 4ab6d7e18e..a284253ed6 100644
--- a/files/pl/web/javascript/reference/global_objects/array/keys/index.html
+++ b/files/pl/web/javascript/reference/global_objects/array/keys/index.html
@@ -1,7 +1,8 @@
---
title: Array.prototype.keys()
-slug: Web/JavaScript/Referencje/Obiekty/Array/keys
+slug: Web/JavaScript/Reference/Global_Objects/Array/keys
translation_of: Web/JavaScript/Reference/Global_Objects/Array/keys
+original_slug: Web/JavaScript/Referencje/Obiekty/Array/keys
---
<div>{{JSRef}}</div>
diff --git a/files/pl/web/javascript/reference/global_objects/array/lastindexof/index.html b/files/pl/web/javascript/reference/global_objects/array/lastindexof/index.html
index 3a6322d6b4..ca02035c96 100644
--- a/files/pl/web/javascript/reference/global_objects/array/lastindexof/index.html
+++ b/files/pl/web/javascript/reference/global_objects/array/lastindexof/index.html
@@ -1,6 +1,6 @@
---
title: Array.prototype.lastIndexOf()
-slug: Web/JavaScript/Referencje/Obiekty/Array/lastIndexOf
+slug: Web/JavaScript/Reference/Global_Objects/Array/lastIndexOf
tags:
- Dokumentacja_JavaScript
- Dokumentacje
@@ -8,6 +8,7 @@ tags:
- Strony_wymagające_dopracowania
- Wszystkie_kategorie
translation_of: Web/JavaScript/Reference/Global_Objects/Array/lastIndexOf
+original_slug: Web/JavaScript/Referencje/Obiekty/Array/lastIndexOf
---
<div>{{JSRef}}</div>
diff --git a/files/pl/web/javascript/reference/global_objects/array/length/index.html b/files/pl/web/javascript/reference/global_objects/array/length/index.html
index 0ce2bbde35..520bff2ab7 100644
--- a/files/pl/web/javascript/reference/global_objects/array/length/index.html
+++ b/files/pl/web/javascript/reference/global_objects/array/length/index.html
@@ -1,12 +1,13 @@
---
title: Array.prototype.length
-slug: Web/JavaScript/Referencje/Obiekty/Array/length
+slug: Web/JavaScript/Reference/Global_Objects/Array/length
tags:
- Dokumentacja_JavaScript
- Dokumentacje
- JavaScript
- Wszystkie_kategorie
translation_of: Web/JavaScript/Reference/Global_Objects/Array/length
+original_slug: Web/JavaScript/Referencje/Obiekty/Array/length
---
<div>{{JSRef("Global_Objects", "Array")}}</div>
diff --git a/files/pl/web/javascript/reference/global_objects/array/map/index.html b/files/pl/web/javascript/reference/global_objects/array/map/index.html
index 2b25e7f1cd..41e1f41bbd 100644
--- a/files/pl/web/javascript/reference/global_objects/array/map/index.html
+++ b/files/pl/web/javascript/reference/global_objects/array/map/index.html
@@ -1,12 +1,13 @@
---
title: Array.prototype.map()
-slug: Web/JavaScript/Referencje/Obiekty/Array/map
+slug: Web/JavaScript/Reference/Global_Objects/Array/map
tags:
- Dokumentacja_JavaScript
- Dokumentacje
- JavaScript
- Wszystkie_kategorie
translation_of: Web/JavaScript/Reference/Global_Objects/Array/map
+original_slug: Web/JavaScript/Referencje/Obiekty/Array/map
---
<div>{{JSRef}}</div>
diff --git a/files/pl/web/javascript/reference/global_objects/array/of/index.html b/files/pl/web/javascript/reference/global_objects/array/of/index.html
index 74c9974bd0..8a7273148c 100644
--- a/files/pl/web/javascript/reference/global_objects/array/of/index.html
+++ b/files/pl/web/javascript/reference/global_objects/array/of/index.html
@@ -1,7 +1,8 @@
---
title: Array.of()
-slug: Web/JavaScript/Referencje/Obiekty/Array/of
+slug: Web/JavaScript/Reference/Global_Objects/Array/of
translation_of: Web/JavaScript/Reference/Global_Objects/Array/of
+original_slug: Web/JavaScript/Referencje/Obiekty/Array/of
---
<div>{{JSRef}}</div>
diff --git a/files/pl/web/javascript/reference/global_objects/array/pop/index.html b/files/pl/web/javascript/reference/global_objects/array/pop/index.html
index 2b7483dbd7..32c6f2d6dd 100644
--- a/files/pl/web/javascript/reference/global_objects/array/pop/index.html
+++ b/files/pl/web/javascript/reference/global_objects/array/pop/index.html
@@ -1,6 +1,6 @@
---
title: Array.prototype.pop()
-slug: Web/JavaScript/Referencje/Obiekty/Array/pop
+slug: Web/JavaScript/Reference/Global_Objects/Array/pop
tags:
- Dokumentacja_JavaScript
- Dokumentacje
@@ -9,6 +9,7 @@ tags:
- Prototype
- Tablica
translation_of: Web/JavaScript/Reference/Global_Objects/Array/pop
+original_slug: Web/JavaScript/Referencje/Obiekty/Array/pop
---
<div>{{JSRef}}</div>
diff --git a/files/pl/web/javascript/reference/global_objects/array/push/index.html b/files/pl/web/javascript/reference/global_objects/array/push/index.html
index 92bf342cda..ad55ffe255 100644
--- a/files/pl/web/javascript/reference/global_objects/array/push/index.html
+++ b/files/pl/web/javascript/reference/global_objects/array/push/index.html
@@ -1,12 +1,13 @@
---
title: Array.prototype.push()
-slug: Web/JavaScript/Referencje/Obiekty/Array/push
+slug: Web/JavaScript/Reference/Global_Objects/Array/push
tags:
- Dokumentacja_JavaScript
- Dokumentacje
- JavaScript
- Wszystkie_kategorie
translation_of: Web/JavaScript/Reference/Global_Objects/Array/push
+original_slug: Web/JavaScript/Referencje/Obiekty/Array/push
---
<div>{{JSRef}}</div>
diff --git a/files/pl/web/javascript/reference/global_objects/array/reduce/index.html b/files/pl/web/javascript/reference/global_objects/array/reduce/index.html
index 8699a308c5..f98d5375c3 100644
--- a/files/pl/web/javascript/reference/global_objects/array/reduce/index.html
+++ b/files/pl/web/javascript/reference/global_objects/array/reduce/index.html
@@ -1,7 +1,8 @@
---
title: Array.prototype.reduce()
-slug: Web/JavaScript/Referencje/Obiekty/Array/Reduce
+slug: Web/JavaScript/Reference/Global_Objects/Array/Reduce
translation_of: Web/JavaScript/Reference/Global_Objects/Array/Reduce
+original_slug: Web/JavaScript/Referencje/Obiekty/Array/Reduce
---
<div>{{JSRef("Global_Objects", "Array")}}</div>
diff --git a/files/pl/web/javascript/reference/global_objects/array/reduceright/index.html b/files/pl/web/javascript/reference/global_objects/array/reduceright/index.html
index fcb2b0e694..53e9a3d6b9 100644
--- a/files/pl/web/javascript/reference/global_objects/array/reduceright/index.html
+++ b/files/pl/web/javascript/reference/global_objects/array/reduceright/index.html
@@ -1,7 +1,8 @@
---
title: Array.prototype.reduceRight()
-slug: Web/JavaScript/Referencje/Obiekty/Array/ReduceRight
+slug: Web/JavaScript/Reference/Global_Objects/Array/ReduceRight
translation_of: Web/JavaScript/Reference/Global_Objects/Array/ReduceRight
+original_slug: Web/JavaScript/Referencje/Obiekty/Array/ReduceRight
---
<div>{{JSRef}}</div>
diff --git a/files/pl/web/javascript/reference/global_objects/array/reverse/index.html b/files/pl/web/javascript/reference/global_objects/array/reverse/index.html
index bc6fd9082b..6a18aa625c 100644
--- a/files/pl/web/javascript/reference/global_objects/array/reverse/index.html
+++ b/files/pl/web/javascript/reference/global_objects/array/reverse/index.html
@@ -1,12 +1,13 @@
---
title: Array.prototype.reverse()
-slug: Web/JavaScript/Referencje/Obiekty/Array/reverse
+slug: Web/JavaScript/Reference/Global_Objects/Array/reverse
tags:
- Dokumentacja_JavaScript
- Dokumentacje
- JavaScript
- Wszystkie_kategorie
translation_of: Web/JavaScript/Reference/Global_Objects/Array/reverse
+original_slug: Web/JavaScript/Referencje/Obiekty/Array/reverse
---
<div>{{JSRef}}</div>
diff --git a/files/pl/web/javascript/reference/global_objects/array/shift/index.html b/files/pl/web/javascript/reference/global_objects/array/shift/index.html
index adf8ca36e4..a83215d6c5 100644
--- a/files/pl/web/javascript/reference/global_objects/array/shift/index.html
+++ b/files/pl/web/javascript/reference/global_objects/array/shift/index.html
@@ -1,12 +1,13 @@
---
title: Array.prototype.shift()
-slug: Web/JavaScript/Referencje/Obiekty/Array/shift
+slug: Web/JavaScript/Reference/Global_Objects/Array/shift
tags:
- Dokumentacja_JavaScript
- Dokumentacje
- JavaScript
- Wszystkie_kategorie
translation_of: Web/JavaScript/Reference/Global_Objects/Array/shift
+original_slug: Web/JavaScript/Referencje/Obiekty/Array/shift
---
<div>{{JSRef}}</div>
diff --git a/files/pl/web/javascript/reference/global_objects/array/slice/index.html b/files/pl/web/javascript/reference/global_objects/array/slice/index.html
index ced8efba96..5de5456984 100644
--- a/files/pl/web/javascript/reference/global_objects/array/slice/index.html
+++ b/files/pl/web/javascript/reference/global_objects/array/slice/index.html
@@ -1,6 +1,6 @@
---
title: Array.prototype.slice()
-slug: Web/JavaScript/Referencje/Obiekty/Array/slice
+slug: Web/JavaScript/Reference/Global_Objects/Array/slice
tags:
- Dokumentacja_JavaScript
- Dokumentacje
@@ -8,6 +8,7 @@ tags:
- Strony_wymagające_dopracowania
- Wszystkie_kategorie
translation_of: Web/JavaScript/Reference/Global_Objects/Array/slice
+original_slug: Web/JavaScript/Referencje/Obiekty/Array/slice
---
<p>{{ JSRef }}</p>
diff --git a/files/pl/web/javascript/reference/global_objects/array/some/index.html b/files/pl/web/javascript/reference/global_objects/array/some/index.html
index 6ba1777370..c05147d8ae 100644
--- a/files/pl/web/javascript/reference/global_objects/array/some/index.html
+++ b/files/pl/web/javascript/reference/global_objects/array/some/index.html
@@ -1,6 +1,6 @@
---
title: Array.prototype.some()
-slug: Web/JavaScript/Referencje/Obiekty/Array/some
+slug: Web/JavaScript/Reference/Global_Objects/Array/some
tags:
- Dokumentacja_JavaScript
- Dokumentacje
@@ -8,6 +8,7 @@ tags:
- Strony_wymagające_dopracowania
- Wszystkie_kategorie
translation_of: Web/JavaScript/Reference/Global_Objects/Array/some
+original_slug: Web/JavaScript/Referencje/Obiekty/Array/some
---
<p>{{ JSRef }}</p>
diff --git a/files/pl/web/javascript/reference/global_objects/array/sort/index.html b/files/pl/web/javascript/reference/global_objects/array/sort/index.html
index 2b53d4e6d5..f179b3c45b 100644
--- a/files/pl/web/javascript/reference/global_objects/array/sort/index.html
+++ b/files/pl/web/javascript/reference/global_objects/array/sort/index.html
@@ -1,6 +1,6 @@
---
title: Array.prototype.sort()
-slug: Web/JavaScript/Referencje/Obiekty/Array/sort
+slug: Web/JavaScript/Reference/Global_Objects/Array/sort
tags:
- Dokumentacja_JavaScript
- Dokumentacje
@@ -8,6 +8,7 @@ tags:
- Strony_wymagające_dopracowania
- Wszystkie_kategorie
translation_of: Web/JavaScript/Reference/Global_Objects/Array/sort
+original_slug: Web/JavaScript/Referencje/Obiekty/Array/sort
---
<div>{{JSRef}}</div>
diff --git a/files/pl/web/javascript/reference/global_objects/array/splice/index.html b/files/pl/web/javascript/reference/global_objects/array/splice/index.html
index cc4d13def3..bbe9d2b474 100644
--- a/files/pl/web/javascript/reference/global_objects/array/splice/index.html
+++ b/files/pl/web/javascript/reference/global_objects/array/splice/index.html
@@ -1,12 +1,13 @@
---
title: Array.prototype.splice()
-slug: Web/JavaScript/Referencje/Obiekty/Array/splice
+slug: Web/JavaScript/Reference/Global_Objects/Array/splice
tags:
- Dokumentacja_JavaScript
- Dokumentacje
- JavaScript
- Wszystkie_kategorie
translation_of: Web/JavaScript/Reference/Global_Objects/Array/splice
+original_slug: Web/JavaScript/Referencje/Obiekty/Array/splice
---
<div>{{JSRef}}</div>
diff --git a/files/pl/web/javascript/reference/global_objects/array/tolocalestring/index.html b/files/pl/web/javascript/reference/global_objects/array/tolocalestring/index.html
index 1dc476c413..45c7ec7864 100644
--- a/files/pl/web/javascript/reference/global_objects/array/tolocalestring/index.html
+++ b/files/pl/web/javascript/reference/global_objects/array/tolocalestring/index.html
@@ -1,7 +1,8 @@
---
title: Array.prototype.toLocaleString()
-slug: Web/JavaScript/Referencje/Obiekty/Array/toLocaleString
+slug: Web/JavaScript/Reference/Global_Objects/Array/toLocaleString
translation_of: Web/JavaScript/Reference/Global_Objects/Array/toLocaleString
+original_slug: Web/JavaScript/Referencje/Obiekty/Array/toLocaleString
---
<div>{{JSRef}}</div>
diff --git a/files/pl/web/javascript/reference/global_objects/array/tosource/index.html b/files/pl/web/javascript/reference/global_objects/array/tosource/index.html
index 675e8431a2..4a3fa7d355 100644
--- a/files/pl/web/javascript/reference/global_objects/array/tosource/index.html
+++ b/files/pl/web/javascript/reference/global_objects/array/tosource/index.html
@@ -1,6 +1,6 @@
---
title: Array.prototype.toSource()
-slug: Web/JavaScript/Referencje/Obiekty/Array/toSource
+slug: Web/JavaScript/Reference/Global_Objects/Array/toSource
tags:
- Array
- JavaScript
@@ -9,6 +9,7 @@ tags:
- Prototype
- Wszystkie_kategorie
translation_of: Web/JavaScript/Reference/Global_Objects/Array/toSource
+original_slug: Web/JavaScript/Referencje/Obiekty/Array/toSource
---
<div>{{JSRef}} {{non-standard_header}}</div>
diff --git a/files/pl/web/javascript/reference/global_objects/array/tostring/index.html b/files/pl/web/javascript/reference/global_objects/array/tostring/index.html
index e4801cbdc4..ffc994aeae 100644
--- a/files/pl/web/javascript/reference/global_objects/array/tostring/index.html
+++ b/files/pl/web/javascript/reference/global_objects/array/tostring/index.html
@@ -1,12 +1,13 @@
---
title: Array.prototype.toString()
-slug: Web/JavaScript/Referencje/Obiekty/Array/toString
+slug: Web/JavaScript/Reference/Global_Objects/Array/toString
tags:
- Dokumentacja_JavaScript
- Dokumentacje
- JavaScript
- Wszystkie_kategorie
translation_of: Web/JavaScript/Reference/Global_Objects/Array/toString
+original_slug: Web/JavaScript/Referencje/Obiekty/Array/toString
---
<div>{{JSRef}}</div>
diff --git a/files/pl/web/javascript/reference/global_objects/array/unshift/index.html b/files/pl/web/javascript/reference/global_objects/array/unshift/index.html
index 56346f6552..3d249e3ec8 100644
--- a/files/pl/web/javascript/reference/global_objects/array/unshift/index.html
+++ b/files/pl/web/javascript/reference/global_objects/array/unshift/index.html
@@ -1,12 +1,13 @@
---
title: Array.prototype.unshift()
-slug: Web/JavaScript/Referencje/Obiekty/Array/unshift
+slug: Web/JavaScript/Reference/Global_Objects/Array/unshift
tags:
- Dokumentacja_JavaScript
- Dokumentacje
- JavaScript
- Wszystkie_kategorie
translation_of: Web/JavaScript/Reference/Global_Objects/Array/unshift
+original_slug: Web/JavaScript/Referencje/Obiekty/Array/unshift
---
<div>{{JSRef}}</div>
diff --git a/files/pl/web/javascript/reference/global_objects/array/values/index.html b/files/pl/web/javascript/reference/global_objects/array/values/index.html
index b079877dd9..1a2df94435 100644
--- a/files/pl/web/javascript/reference/global_objects/array/values/index.html
+++ b/files/pl/web/javascript/reference/global_objects/array/values/index.html
@@ -1,6 +1,6 @@
---
title: Array.prototype.values()
-slug: Web/JavaScript/Referencje/Obiekty/Array/values
+slug: Web/JavaScript/Reference/Global_Objects/Array/values
tags:
- ECMAScript 2015
- Iterator
@@ -9,6 +9,7 @@ tags:
- Prototype
- Tablica
translation_of: Web/JavaScript/Reference/Global_Objects/Array/values
+original_slug: Web/JavaScript/Referencje/Obiekty/Array/values
---
<div>{{JSRef}}</div>