Javascript: Var, Let, and Const
There are three ways we can declare variables in javascript i.e var, let, and const. var is an old way of declaring variables in javascript since it was created, and let and const were introduced in the ES6 version of javascript to overcome some of t...
amardeepphule.hashnode.dev4 min read