Hoisting without mentioning code rearrangement
Glossary
A binding is a variable name.
Variable declarators is the set of keywords that allow declaring variables in JS: var, let and const.
What’s this article about?
Well... it’s not about hoisting. It’s more about what hoisting isn’t. It assumes...
marcoss.hashnode.dev5 min read