Javascript Variables.
Variables
What are variables?
Variables are the containers for storing the data.
Variable is generally declared by using a keyword "var" followed by a label . When var is declared then a dynamic memory is allocated for the variable.
Label is the nam...
vigneshsadhu.hashnode.dev2 min read