It seems that netizens believe that one should use const wherever possible, only falling back to let where necessary, as can be enforced with the prefer-const ESLint rule. Let vs Const vs Var: We generally want to use let. If we’re not using the sam...
blog.vivekpandey.in2 min read
No responses yet.