JavaScript » Function » apply

Syntax:
Function.apply(thisArg[, argArray])

The apply method allows you to apply to a function a method from another function.