|
|
|
|
|
by k__
3521 days ago
|
|
I just use const instead of var/let all the time and it prevented me from overriding the variable later, which forced me to write my code a bit more functional then before I used it. I know that I can still change indirect references or override valueOf() etc. |
|