let vs var

Topics of JavaScript/ES6 Tutorial #16.1

In this video, I cover the “let” keyword in ES6 JavaScript. I discuss the differences between “let” and “var” (block scope vs. functional scope).