Hacker News new | ask | show | jobs
by dgb23 1210 days ago
I don’t see a good reason to use it. When I want to change a value later I use let at the top of the appropriate block, otherwise const. The code reads nicer that way.