Using let or const instead of var
let or
const
var lives in a function scopelet is a block scoped variableconst is a read-only block scope variableDemo: http://bit.ly/1LqNJ2F
this
Demo: http://bit.ly/1S4pTt0
undefined variables will be undefined propsDemo: http://bit.ly/1TOwUkP
undefined props are undefined variablesDemo: http://bit.ly/1popveZ
Demo: http://bit.ly/1QYgYc8