Links
- Named function expressions demystified
- Function
arguments
.length
—specifies the number of arguments expected by the function.- Functions and function scope
- Functions (Guide)
- Predefined functions
- Functions on the Window
arguments
.length
—specifies the number of arguments expected by the function.