Next: , Previous: , Up: ES2015   [Index]


4.7 Let—Const

Block-scoped binding constructs. let is the new var. const is single-assignment. Static restrictions prevent use before assignment.