Also worth noting, const
declarations are block scoped (not function scoped like var
), and cannot be accessed before declaration due to temporal dead zone (unlike var
). This is a nice post describing the behaviour of var
vs let
vs const
- https://dmitripavlutin.com/javascript-hoisting-in-details/
RE: Javascript's const keyword
You are viewing a single comment's thread from:
Javascript's const keyword
Thanks Petar.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit