Var, const and let in JavaScript
With the launch of ES2016, two new ways of defining variables were introduced to the popular language JavaScript. Before this update we could only use var to define a variable. So.... why were two new ways namely const and let added to the language?...
suyashblogs.hashnode.dev4 min read