PAParikar Agarwalinjs-objects.hashnode.dev·Mar 3 · 9 min readWhat's 'this' (in JavaScript)We have created objects in JavaScript by using classes and functions. And we have used the 'this' keyword. But what actually is it? And why is it infamous for gotchas? When I first got to 'this' I lit00