All about Var,Let,Const ! JavaScript made simple
Javascript uses three keywords to declare variables which are let, const, Var.
Var has been the oldest keyword, before ES6 features were introduced, Var was used to declare variables.
Var
Var declarations have the global scope or Function Scoped, Wh...
pranaydwivedi.hashnode.dev5 min read