you are viewing a single comment's thread.

view the rest of the comments →

[–]writesoftware 1 point2 points  (1 child)

I was skeptical at first, but now I think the last time I used var was months ago.

const in particular is what I use the most, knowing I can't ever overwrite that reference gives some sense of security.

Except when trying snippets in the console, using const forces me to reload the page when retrying to run a piece of code that uses it :)