Understanding JavaScript hoisting: Functions and variables with the same name
How does hoisting work when you declare function and variable with the same name in JavaScript? Which one takes precedence?
Variable declaration vs function declaration
Test your knowledge: which value will be printed in console — variable, or functi...
vardan.hashnode.dev2 min read