Claude Pache (2013-07-10T12:48:45.000Z)
github at esdiscuss.org (2013-07-12T02:27:45.673Z)
* Consistency with every other Array methods that takes a predicate as first argument, and thisArg as second argument (map, filter, every, etc.). * You can use Array#find (and Array#filter, Array#every, ...) now (with a polyfill), but you have to wait, say, six years until you can use arrow functions on the web (until non-ES6 browsers are dead). Meanwhile, using "this" as second argument is the most concise and most elegant way to simulate arrow functions.