It turns out you can't replace all JavaScript functions with arrow functions because they do completely different things with `this` >_<
Conversation
Replying to
Replying to
Try going to the ES6 compat table kangax.github.io/compat-table/e and unfolding/reading the test code for unfamiliar features.
1
1
Replying to
I do that from time to time but I appear to have missed the object literal extensions. Neat.


