From a065e04d529da1d847b5062a12c46d916408bf32 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 21:46:22 -0500 Subject: update based on https://github.com/mdn/yari/issues/2028 --- .../global_objects/function/arity/index.html | 26 ---------------------- 1 file changed, 26 deletions(-) delete mode 100644 files/it/web/javascript/reference/global_objects/function/arity/index.html (limited to 'files/it/web/javascript/reference/global_objects/function') 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 deleted file mode 100644 index fec2d9e988..0000000000 --- a/files/it/web/javascript/reference/global_objects/function/arity/index.html +++ /dev/null @@ -1,26 +0,0 @@ ---- -title: Function.arity -slug: Web/JavaScript/Reference/Global_Objects/Function/arity -translation_of: Archive/Web/JavaScript/Function.arity ---- -

{{JSRef}}{{Obsolete_Header}}

- -
-

La proprieta' arity 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")}}.

-
- -

Specifiche

- -

Implementato in JavaScript 1.2. Deprecato in JavaScript 1.4.

- -

Compatibilita' Browser

- - - -

{{Compat("javascript.builtins.Function.arity")}}

- -

Guarda anche

- - -- cgit v1.2.3-54-g00ecf