Understanding the Concept of Scope and How It Affects Variables Declaration in JavaScript
In this article we will talk about the concept of scope in javascript and how it affects the behaviours of the three keywords; let, const and var. In order to make this article simple and concise, I will not touch hoisting. I will write a different a...
code-kage.hashnode.dev7 min read
Godsent Michael
Software Engineer @AltSchool Africa
Great piece and I like the approach of showing and explaining what the expected results should be....