aboutsummaryrefslogtreecommitdiff
path: root/files/pl/web/javascript/referencje/obiekty/function
diff options
context:
space:
mode:
Diffstat (limited to 'files/pl/web/javascript/referencje/obiekty/function')
-rw-r--r--files/pl/web/javascript/referencje/obiekty/function/arity/index.html23
1 files changed, 0 insertions, 23 deletions
diff --git a/files/pl/web/javascript/referencje/obiekty/function/arity/index.html b/files/pl/web/javascript/referencje/obiekty/function/arity/index.html
deleted file mode 100644
index 37a136e443..0000000000
--- a/files/pl/web/javascript/referencje/obiekty/function/arity/index.html
+++ /dev/null
@@ -1,23 +0,0 @@
----
-title: Function.arity
-slug: Web/JavaScript/Referencje/Obiekty/Function/arity
-tags:
- - Function
- - JavaScript
- - Obsolete
- - Property
- - Unimplemented
- - przestarzały
-translation_of: Archive/Web/JavaScript/Function.arity
----
-<p>{{JSRef}}{{ obsolete_header() }}</p>
-
-<h2 id="Podsumowanie" name="Podsumowanie">Podsumowanie</h2>
-
-<p>Własność <code>arity</code> jest zewnętrzna dla funkcji i wskazuje, ile argumentów oczekuje funkcja. Ta właśność jest przestarzała, proszę używać {{jsxref("Function.prototype.length")}}, która dostarcza liczbę argumentów wymaganych przez deklarację funkcji.</p>
-
-<h2 id="Zobacz_tak.C5.BCe" name="Zobacz_tak.C5.BCe">Zobacz także</h2>
-
-<ul>
- <li>{{jsxref("Function.prototype.length")}}</li>
-</ul>