Understanding let vs var vs constant in Javascript
All Javascript applications need to work with information in order to store information we make use of variables that are declared using var, let, const keywords.
The major difference between the variable declared as var and the variables declared a...
ashokn.hashnode.dev3 min read