An Overview : Hoisting in JavaScript
What is Hoisting ?
In Simple Word , Defining the declarations at the top of the scope before code execution is known as hoisting in JavaScript.
One of the advantage of hoisting is that we can call a function before they appear in the code.
someFuncti...
anmolbhatia1001.hashnode.dev2 min read