The magic of this, call(), bind() and apply() in javascript
Introduction to this keyword
This keyword is the reference to the object that is in current context of execution. Its value is determined dynamically. Those different values of this are discussed belo
js-2026.hashnode.dev3 min read