Understanding Hoisting In Javascript: let/const vs var
Hoisting in simple terms can be defined as the allocation of memory to the variables and functions in the Javascript program even before the first line of code gets executed.
It's an important concept to know if you are a Javascript developer as you'...
notamit.hashnode.dev3 min read