Calls the function, substituting the specified object for the this value of the function, and the specified array for the arguments of the function.
The object to be used as the this object.
Optional
A set of arguments to be passed to the function.
Calls the function, substituting the specified object for the this value of the function, and the specified array for the arguments of the function.