Parameter handling (Babel)

This page runs a series of a examples using default parameters, rest parameters, the spread operator and parameter destructuring in ECMAScript 6 using Babel transpilation. Open up your debugging console to view the output.

For more information on how parameter handling works and its level of support, check out the Parameter handling article that is part of the Learning ES6 series.

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