1
vote
5answers
295 views
Accessing an object’s property from an event listener call in Javascript
Below I am creating an object in Javascript. Within the constructor I am setting up an event listener. The problem is that when the event gets fired, this.prop cannot be found, and undefined prints …
