DEV Community

Discussion on: Understand "this" keyword in JavaScript

Collapse
 
pomfrit123 profile image
***

tl;dr this refers to the thing on the left side of the dot

Collapse
 
ritikrana profile image
Ritik Rana

this is just a reference to a object. Now the question is to which object it will refer.