#programming-blogs
Read more stories on Hashnode
Articles with this tag
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...