-
block scoping with let https://twitter.com/javascriptbits/status/795025845752467456
-
re-declared variables with let
-
temporal dead zone in ES6 with let and const
-
sharing variable names with function names in ES6
-
const vs. let and var in ES6
-
function default parameters in ES6
-
function rest parameters in ES6
-
arrow functions and lexical this