Variables in JavaScript: var, let and const
When we write a program, we work with different types of data and information.
For example, an application may need to store a user's name, age, product price, login status, or some other information.
theabhi.hashnode.dev8 min read