Articles tagged: arguments
Found 6 documents
- Web/JavaScript/Reference/Functions/arguments The arguments object is an Array -like object corresponding to the arguments passed to a function.
- Web/JavaScript/Reference/Functions/arguments/@@iterator The initial value of the @@iterator property is the same function object as the initial value of ...
- Web/JavaScript/Reference/Functions/arguments/callee The arguments.callee property contains the currently executing function.
- Web/JavaScript/Reference/Functions/arguments/caller The obsolete arguments.caller property used to provide the function that invoked the currently ...
- Web/JavaScript/Reference/Functions/arguments/length The arguments.length property contains the number of arguments passed to the function.
- Web/JavaScript/Reference/Global_Objects/Function/arguments The function.arguments property refers to an an array-like object corresponding to the arguments ...