aboutsummaryrefslogtreecommitdiff
path: root/files/it/web/javascript/reference/global_objects/function/arity/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/it/web/javascript/reference/global_objects/function/arity/index.html')
-rw-r--r--files/it/web/javascript/reference/global_objects/function/arity/index.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/files/it/web/javascript/reference/global_objects/function/arity/index.html b/files/it/web/javascript/reference/global_objects/function/arity/index.html
new file mode 100644
index 0000000000..fec2d9e988
--- /dev/null
+++ b/files/it/web/javascript/reference/global_objects/function/arity/index.html
@@ -0,0 +1,26 @@
+---
+title: Function.arity
+slug: Web/JavaScript/Reference/Global_Objects/Function/arity
+translation_of: Archive/Web/JavaScript/Function.arity
+---
+<p>{{JSRef}}{{Obsolete_Header}}</p>
+
+<div class="blockIndicator note">
+<p>La proprieta' <code><strong>arity</strong></code> ritornava il numero di parametri richiesta da una funzione. Ad ogni modo non esiste piu' ed e' stata rimpiazzata dalla proprieta' {{JSxRef("Function.prototype.length")}}.</p>
+</div>
+
+<h2 id="Specifiche">Specifiche</h2>
+
+<p>Implementato in JavaScript 1.2. Deprecato in JavaScript 1.4.</p>
+
+<h2 id="Compatibilita_Browser">Compatibilita' Browser</h2>
+
+
+
+<p>{{Compat("javascript.builtins.Function.arity")}}</p>
+
+<h2 id="Guarda_anche">Guarda anche</h2>
+
+<ul>
+ <li>{{JSxRef("Function.prototype.length")}}</li>
+</ul>