I\'m new to ES6, and can\'t quite get this to work:
$(this) returns undefined on click?
$(this)
dom.videoLinks.click((e) => { e.
You wouldn't.
Changing the value of this is the primary point of using an arrow function.
this
If you don't want to do that then an arrow function is the wrong tool for the job.