In this tutorial, we will go through 3 different use cases to understand "this" keyword in JavaScript.
Definition - this refers to the object it belongs to. We can point this to a different object with the help of apply/call methods.
Online Playground: https://playcode.io
#javascript
#javascripttutorial