Using function.call to Call a Function

Function.prototype.call()

The call() method calls the function with a given this value and arguments provided individually.


Source: Mozilla, https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/call
Creative Commons License This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.