Microsoft® JScript arguments Property |
Language Reference Version 2 |
An array containing each argument passed to the currently executing function.
function.arguments[ ]The function argument is the name of the currently executing function.
The arguments property allows a graceful way for functions to handle a variable number of arguments. The length property of the array contains the number of arguments passed to the function.