Call(), Apply() & Bind() functions in Javascript.
These functions are usually used when we want to set the this keyword independent of how the function is being called in our code.
Lets understand this in a clear way with an example. Assume a flight company minimal object, it stores the
name of t...
blognotes.hashnode.dev4 min read