Good evening sir I am grateful for the article but do mind if I may ask according to statement that variables created with the var key word are not listed among the ECMAScript specifications as hoist-able declaration (please donβt mind if I paraphrase), what then are the listed key words in ECMAScript that are hoist-able
Now the concept of hoisting has become a lot clearer. Thank you for this piece.
It's really an insightful piece sir. Thanks sir.
Wow ! Just learned a new concept. Thank you for writing.
Thanks for taking the time to explain these concepts, but there is something I didn't get correctly.
You disagreed with the idea that variables created with the let and const keywords are not hoisted, and the reason you gave was that the memory (Script VO) is aware of variables created with the let and const keywords.
If I may ask, does it mean hoisting also occurs even when you do not get to access variables created with the let keyword?
Tadeyon Oke
Pretty insightful for anyone learning for the first time. Thanks for sharing