domenic / count-to-6

An intro to some ES6 features via a set of self-guided workshops.
Other
325 stars 76 forks source link

`let` keyword #21

Closed Trott closed 6 years ago

Trott commented 9 years ago

An early quick challenge on let vs. var might be a good item to include. Extremely useful, easy to understand, minimal prior knowledge required.

domenic commented 9 years ago

This might require switching from Traceur to 6to5 to get proper support for the temporal dead zone.

domenic commented 9 years ago

Alternately we could require io.js instead of node and then tell Traceur to just pass-through let/const.