Y
Hacker News
new
|
ask
|
show
|
jobs
by
viviansolide
2015 days ago
Thanks for sharing. I found this quote very appropriated:
In older scripts, you may also find another keyword: var instead of let
1 comments
Rumudiez
2015 days ago
True for reading legacy JS. For newer code, you can still identify noobies (and "experts") by the conspicuous usage of let instead of const.
link
reificator
2015 days ago
While I certainly prefer immutability there are many who do not, and that preference does not make you better or more experienced than them.
link