Difference between var, let and const in Javascript

There are a lot of tutorials on the internet that tries to grasp the difference between var, let, and const. But after going through many, it seemed like most of them just talked about the scope and functionality rather than the basic difference. So here I am trying to elaborate the basic. Imagine you have …

Difference between var, let and const in Javascript Read More »