What is up with var, let and const? What the hell is the difference between these three?
With ES2016 came two new methods to declare variable i.e. let and const. Before that the developers had access to only var(I feel bad for them, no kidding).
So, what's the catch here? Why are there three different ways to declare variables? Wasn't J...
shubhracodes.hashnode.dev5 min read