Very good write up, I learnt something new: Temporal Dead Zone.
I noted this statement:
It is important to note that hoisting does not work for all variable types ...
I feel you mean; hoisting does not work for all variables (let and const). If I'm wrong pls correct me.
Thanks for sharing!