Kyle Simpson, For and against let: 讨论let命令的作用域
kangax, Why typeof is no longer “safe”: 讨论在块级作用域内,let命令的变量声明和赋值的行为
Axel Rauschmayer, Variables and scoping in ECMAScript 6: 讨论块级作用域与let和const的行为
Nicolas Bevacqua, ES6 Let, Const and the “Temporal Dead Zone” (TDZ) in Depth
acorn, Function statements in strict mode: 块级作用域对严格模式的函数声明的影响.