Calls the function with the specified object as the this value and the elements of specified array as the arguments.
Calls the function with the specified object as the this value and the elements of specified array as the arguments.
The function to call.
The object to be used as the this object.
An array of argument values to be passed to the function.
Calls the
target
function with the given object as thethis
value and the elements of given array as the arguments. (Shorthand for Reflect.apply)