Functions call, bind, apply¶
-
Function.prototype.call()¶
See also
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/call
-
Function.prototype.bind()¶
See also
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/bind
-
Function.prototype.apply()¶