Are there any performance gains from using `const` instead of `let`?
If not then I don't understand why people do it.
Everyone knows typing 5 characters is faster than typing 3
Please Login to reply.
My editor makes "const" variables yellow while "let" variables are white. I don't know what sane person prefers yellow variables.
common sense, really