The magic of call(), apply() and bind() in JS
Introduction
Understanding this is one of the most important concepts in JavaScript. Many beginners find it confusing because the value of this depends on how a function is called.
A simple way to thi
techgyaan.hashnode.dev4 min read