aboutsummaryrefslogtreecommitdiff
path: root/files/pl/web/javascript/reference/global_objects/array/find/index.html
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/find/index.html
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/find/index.html')
-rw-r--r--files/pl/web/javascript/reference/global_objects/array/find/index.html3
1 files changed, 2 insertions, 1 deletions
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>