We're a place where coders share, stay up-to-date and grow their careers.
Nice round up. Great to refresh some tricky aspects.
In Q9, I’d like to clarify that let and const are also hoisted but can’t be accessed before declaration due to what is called Temporal Dead Zone.
Ref: jsrocks.org/2015/01/temporal-dead-...
Thank you for the response, I didn't know it, I thought const and let are not hoisted, but your explanation makes more sense.
const
let
very interesting read, thanks!
Thanks :)
Nice round up. Great to refresh some tricky aspects.
In Q9, I’d like to clarify that let and const are also hoisted but can’t be accessed before declaration due to what is called Temporal Dead Zone.
Ref: jsrocks.org/2015/01/temporal-dead-...
Thank you for the response, I didn't know it, I thought
const
andlet
are not hoisted, but your explanation makes more sense.very interesting read, thanks!
Thanks :)