Awesome React
Browse videos
Playlists
Conferences
Speakers
About
var vs let vs const: Variable declarations
Details
This is a video from TylerMcGinnis.com's "Modern JavaScript" course -
https://tylermcginnis.com/courses/modern-javascript
In this video you'll learn two new ways to create variables in ES6 (ES2015). They are const and let. To better do that, we'll compare var with let and const by diving into function vs block scope, variable hoisting, and immutability.
TylerMcGinnis.com:
https://tylermcginnis.com
Tyler McGinnis:
https://twitter.com/tylermcginnis33