Hacker News new | ask | show | jobs
by ConcernedCoder 2056 days ago
The question needs to be "why on earth would you want to do that with let, when you should just make it a const?"
1 comments

Because minifiers can shave a few bytes by converting a mixture of const/let to use just let.