What are the Var,Let and Const keywords in JavaScript ?
--> Var, Let and Const are keywords used in javascript to declare variables.
Why are there three types of declarative keywords in javascript?
--> In older versions of JavaScript we had only the Var keyword to declare variables but it has some drawbac...
upendrasahni.hashnode.dev2 min read