|
|
|
|
|
by jashkenas
5188 days ago
|
|
I think it's safe to say. Arrow functions have existed in many different languages, but this particular flavor of using the fat arrow to declare a "lexical `this`" function, where the value of "this" within the function body preserves the value of "this" outside, is in CoffeeScript: http://coffeescript.org/#fat_arrow |
|