Arrow Functions (Babel)

This page runs a series of a examples using arrow functions in ECMAScript 6 using Babel transpilation. Open up your debugging console to view the output.

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

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