diff options
Diffstat (limited to 'files/uk/web/javascript/reference/global_objects/function/arity/index.html')
| -rw-r--r-- | files/uk/web/javascript/reference/global_objects/function/arity/index.html | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/files/uk/web/javascript/reference/global_objects/function/arity/index.html b/files/uk/web/javascript/reference/global_objects/function/arity/index.html new file mode 100644 index 0000000000..bef46fef72 --- /dev/null +++ b/files/uk/web/javascript/reference/global_objects/function/arity/index.html @@ -0,0 +1,31 @@ +--- +title: Function.arity +slug: Web/JavaScript/Reference/Global_Objects/Function/arity +tags: + - JavaScript + - Властивість + - Функція + - застаріла +translation_of: Archive/Web/JavaScript/Function.arity +--- +<div>{{JSRef}}{{Obsolete_Header}}</div> + +<p class="note">Властивість <code><strong>arity</strong></code> повертала кількість аргументів, очікуваних функцією, однак, вона більше не існує та була замінена властивістю {{jsxref("Function.prototype.length")}}.</p> + +<h2 id="Специфікації">Специфікації</h2> + +<p>Реалізовано JavaScript 1.2. Застаріла у JavaScript 1.4.</p> + +<h2 id="Сумісність_з_веб-переглядачами">Сумісність з веб-переглядачами</h2> + +<div> + + +<p>{{Compat("javascript.builtins.Function.arity")}}</p> +</div> + +<h2 id="Див._також">Див. також</h2> + +<ul> + <li>{{JSxRef("Function.prototype.length")}}</li> +</ul> |
