The Magic of this, call(), apply(), and bind() in JavaScript
What this means in JavaScript
The this keyword refers to the object that is executing the current function.
In other words, this is sort of a pointer holding value and reference
this is determined by
timblarc.hashnode.dev6 min read