 Core JavaScript 1.5 Reference:Global Objects:Function:arity arity is no longer used and has been replaced by the length property. arity is external to the function, and indicates how many arguments a function expects. By contrast, arguments.length provides the number of arguments actually passed to a function.
|
|