July 1998
Intermediate to advanced
1456 pages
65h 5m
English
arity — NN 4 IE n/a ECMA n/a
Read-only
Returns an integer representing the number of parameters that are defined for the function. This property may be examined in a statement outside of the function, perhaps in preparation of parameters to be passed to the function.
var paramCount = myFunction.arity
Integer.
Read now
Unlock full access