call() apply() & bind()
All three of the call, bind, and apply methods are used to set the this argument to a function.
The call and apply methods set this to a function and immediately call it.
The bind method will only set this to a function and it will need to be invok...
shailendrasonar.hashnode.dev2 min read