fromSitePoint Forums | Web Development & Design Community
2 weeks agoIs the "this" value in a DOM event handler bound to any "EventTarget" rather than only to DOM elements?
When a handler function is called as an event listener, the value of this is the EventTarget on which the event listener is registered.
Node JS