Why using var is a bad practice in javascript?
In javascript, we declare a variable in three ways
Var
Let
Const
Developers prefer that language by which they can create predictable results but in javascript, when we use Var then, sometimes the results are not predictable. There are four pote...
kesharvani.hashnode.dev3 min read