Everything about Hoisting in JavaScript
Hoisting :
In JavaScript, Hoisting is the default behavior of moving all the declarations at the top of the scope before code execution.
Basically, It gives us an advantage that no matter where functions and variables are declared, they are moved at...
saketkrjha.hashnode.dev6 min read