Summary
An array-like object corresponding to the arguments passed to a function.
Properties
- arguments.callee
- Reference to the currently executing function.
- arguments.caller
- Obsolete
- Reference to the function that invoked the currently executing function.
- arguments.length
- Reference to the number of arguments passed to the function.
- (from MDN)
No comments:
Post a Comment