You can call a Javascript function with any number of parameters, regardless of the function’s definition.
Any named parameters that weren’t passed will be undefined.
Extra parameters can be accessed through the arguments array-like object.
You can call a Javascript function with any number of parameters, regardless of the function’s definition.
Any named parameters that weren’t passed will be undefined.
Extra parameters can be accessed through the arguments array-like object.