Arrow Functions (Native)

This page runs a series of a examples using arrow functions in ECMAScript 6 without any transpilation. This means your browser must support ES6 arrow functions in order to successfully run the code. Open up your debugging console to view the output.

Browser support: Chrome, Firefox & Edge

For more information on how arrow functions work and their level of support, check out the Arrow Functions article that is part of the Learning ES6 series.

Source code | Babel example | Traceur example | Index of examples