# Module #1 New Variables - Creation, Updating and Scoping

Source: Wes Bos es6 (opens new window)

# var Scoping Refresher

# let VS const

# let and const in the Real World

# Temporal Dead Zone

# Is var Dead? What should I use?