Calling a class method from an event handler
Draft
2019-01-03 by rp
This article shows how to exploit the this
-less power of ES6's arrow functions to reference a client-side JavaScript class (or an object) instance method from an event handler assigned in that class.