Top "Arrow-functions" questions

Questions about the compact function syntax in ECMAScript2015 (ES6) called "arrow functions" because of their use of "=>".

JavaScript ES6: Test for arrow function, built-in function, regular function?

Is there an elegant way to tell Harmony's slim arrow functions apart from regular functions and built-in functions? The Harmony …

javascript function ecmascript-6 ecmascript-harmony arrow-functions
How to run ES6 code with arrow functions in Safari?

For some reason, ES6 code that runs well in the current Chrome or Firefox cannot run in Safari - for …

javascript ecmascript-6 arrow-functions