Hoisting in JavaScript
Hoisting is a JavaScript mechanism where variables and function declarations are moved to the top of their scope before code execution.
In this blog, I will tell about hoisting of variables and functions in JavaScript.
variable means anything that c...
vinsmok.hashnode.dev2 min read