Why use Let and Const Rather than Var...
Although var used to be the provided way to declare variables in JavaScript. There are many pitfalls with using the var syntax for declaring your variables, objects or arrays. There are some serious issues with using the var keyword, and should not ...
pedbad.hashnode.dev7 min read