Understanding the `this` Keyword in JavaScript
Introduction
JavaScript's this keyword confuses almost every beginner at some point. The tricky part is that this does not refer to the function itself. Instead, it usually refers to the object that i
bhavay.hashnode.dev4 min read