JavaScript
Understand Variable Hoisting in Javascript
Variable hoisting in Javascript plays an important role in Javascript and understanding it helps understand and avoid many potentiel bugs. In this post, I will make variable hoisting as easy as it gets and give tips on newer ways to declare variables. Before I dive into hoisting, let’s understand scoping Read more…