diff options
| author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:42:17 -0500 |
|---|---|---|
| committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:42:17 -0500 |
| commit | da78a9e329e272dedb2400b79a3bdeebff387d47 (patch) | |
| tree | e6ef8aa7c43556f55ddfe031a01cf0a8fa271bfe /files/it/web/javascript/reference/global_objects/function/arity | |
| parent | 1109132f09d75da9a28b649c7677bb6ce07c40c0 (diff) | |
| download | translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.tar.gz translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.tar.bz2 translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.zip | |
initial commit
Diffstat (limited to 'files/it/web/javascript/reference/global_objects/function/arity')
| -rw-r--r-- | files/it/web/javascript/reference/global_objects/function/arity/index.html | 26 |
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> |
