blob: f5ff00bd2771a2c8e483918124939d33f1a306db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
---
title: Function.arity
slug: Web/JavaScript/Reference/Global_Objects/Function/arity
tags:
- Function
- JavaScript
- Obsolete
- Property
- Unimplemented
translation_of: Archive/Web/JavaScript/Function.arity
---
<div>{{JSRef}} {{obsolete_header}}</div>
<p class="note">Die <code><strong>arity</strong></code> Eigenschaft wurde benutzt, um die Anzahl der erwarteten Argumente einer Funktion zurückzugeben, jedoch existiert diese Eigenschaft nicht mehr und wurde durch die Eigenschaft {{jsxref("Function.prototype.length")}} ersetzt.</p>
<h2 id="Spezifikationen">Spezifikationen</h2>
<p>Implementiert in JavaScript 1.2. Veraltet seit JavaScript 1.4.</p>
<h2 id="Browserkompatibilität">Browserkompatibilität</h2>
<div>
<p>{{Compat("javascript.builtins.Function.arity")}}</p>
</div>
<h2 id="Siehe_auch">Siehe auch</h2>
<ul>
<li>{{jsxref("Function.prototype.length")}}</li>
</ul>
|