Scoping and Hoisting in Javascript
For you to be a good Javascript developer, knowing how javascript works behind the scene is very important this is because it decreases the time spent in debugging.
What is Scoping?
Scoping is determining how variables are organized and accessible b...
kpealecodes.hashnode.dev5 min read
Favourite Jome
Software Engineer @bug0
Very good write up, I learnt something new: Temporal Dead Zone.
I noted this statement:
I feel you mean; hoisting does not work for all variables (
letandconst). If I'm wrong pls correct me.Thanks for sharing!