Mastering call(), apply(), and bind() in JavaScript: How to Control this Like a Pro
Introduction
JavaScript functions are powerful, but sometimes they behave in confusing ways. One of the biggest reasons is the this keyword.
The value of this depends on how a function is called, not
aryan-blog.hashnode.dev4 min read