Understanding this, call, apply, and bind in JavaScript
One of the most confusing topics for beginners in JavaScript is the this keyword.
But the idea can actually be understood with a very simple rule:
this refers to the object that is calling the functio
call-apply-and-bind-in-javascript.hashnode.dev4 min read