es6-interactive-guide icon indicating copy to clipboard operation
es6-interactive-guide copied to clipboard

Arrow functions: demonstrating binding

Open alexlande opened this issue 10 years ago • 0 comments

The current example includes .bind() to demonstrate how context works with arrow functions, but the example doesn't actually need/use this. I think it would be more clear with an example that uses this, otherwise it kind of looks like "they're like regular functions but shorter".

alexlande avatar May 12 '15 17:05 alexlande