What is the basic difference between var, let and const?
Beginners often times get confused about the variable declaration types in Javascript, when and how to use them. This article gives a straightforward perspective on the use of var, let and const.
The keywords var, let and const define variables in Ja...
monioluwa.hashnode.dev2 min read
Shoyemi Esther
Frontend developer.
This is so educational.