Hoisting in Javascript
Before knowing about hoisting get well versed with 'Execution context' in Javascript and how it works without it we can not understand the hoisting,
So what is Execution context -
Imagine your JavaScript program as a series of instructions to be exec...