Function.apply(): any
Calls the function, substituting the specified object for the this value of the function, and the specified array for the arguments of the function.
this: Function
Function.apply(): any
Calls the function, substituting the specified object for the this value of the function, and the specified array for the arguments of the function.
this: Function