Let vs Var vs Const: Temporal Dead Zone, Scopes, Shadowing & More
With the introduction of ES6, a lot of new features have been added in JavaScript. One of them is the addition of let & const along with the good old var keyword for variable declaration. Many times, we use these keywords without considering what hap...
pulpmint.hashnode.dev7 min read