const vs let, and var in JavaScript

1 · Robin Wieruch · Jan. 1, 2020, 5:52 a.m.
What's the difference between var, let and const in JavaScript? A walkthrough by example on the drawbacks of var and how let and const are used in modern JavaScript ......