let
and const
(Traceur)
This page runs a series of a examples using block-level scoping with
let
and const
in ECMAScript 6 using
Traceur
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
Block-level scoping with let
and const
article that is part of the
Learning ES6
series.
Source code | Native example | Babel example | Index of examples