More about Variables and Variable Hoisting in JavaScript
Hoisting is one of the magical spells or magic itself that happens in javascript. In hoisting, variables (and function) declaration is moved to the top.
To understand hoisting it is important to know in brief about variable declaration and initializ...
ankithere.hashnode.dev2 min read