Call and Apply Methods : JavaScript
As definition from MDN goes,
The call() method calls a function with a given 'this' value and arguments provided individually.
Lets understand by an example: Consider Ramesh runs an logistics company. He names his buses with a brand name SPACINGS ...
pavansp.hashnode.dev3 min read