es6-interactive-guide
es6-interactive-guide copied to clipboard
Arrow functions: demonstrating binding
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".