Var, Let, and const – What's the Difference?
Jun 29, 2022 · 2 min read · In this article, I will cover the differences between var, let and const. Before ES6 you could only use var to define the variables. So, what are three different ways to define variables and what's the difference between in these? Before we understa...
Join discussion
