JavaScript let vs var
In ES6 JavaScript introduced the let statement. In this post I will be going over some of the main differences with let vs var and maybe a real world example or two of when to use let over var. First, it is important to remember that let is an ES6