Difference between var, let, and const based on declaration and initialization
In the previous post, you learned how to create a variable. In this post, you will see the difference between var, let, and const. Var...