diff options
Diffstat (limited to 'files/pl/web/javascript/reference/global_objects/array/find')
-rw-r--r-- | files/pl/web/javascript/reference/global_objects/array/find/index.html | 3 |
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> |