Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 588 Bytes

functions-call-bind-apply.rst

File metadata and controls

15 lines (10 loc) · 588 Bytes

Functions call, bind, apply

.. js:function:: Function.prototype.call()
.. seealso:: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/call

.. js:function:: Function.prototype.bind()
.. seealso:: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/bind

.. js:function:: Function.prototype.apply()
.. seealso:: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/apply