Function JavaScript Tutorial

Syntax

function.call(this)
    function.call(this, arg1, arg2, ..., argN)
The call() method can call another object's method.
Optional arguments can be passed to the method as shown in the second syntactical definition.