this keyword in JS
In JavaScript, this behaves a little differently compared to other languages.
Let's define this
The value of this will be defined based on how a function is called. It also depends on which context it appears like function, class or global.
this insi...
utsavpatel51.hashnode.dev2 min read