Understanding the `this` Keyword in JavaScript
what is `this` this is just a reference ( a pointer) to the object that is calling a function people misconception that this refer to where the function is written this is dead wrong js does not care
Apr 20, 20265 min read1


