JavaScript-Variables
Let's understand what really variables in JS-
Here are some definitions-
Variables are containers that hold reusable data. It is the basic unit of storage in the program. OR
A value stored in a variable can be changed during program execution. A var...
vikas360.hashnode.dev1 min read