Next: Iterators---For--Of, Previous: Default---Rest---Spread, Up: ES2015 [Index]
Block-scoped binding constructs. let is the new var. const is single-assignment. Static restrictions prevent use before assignment.
let
var
const