Just like any other programming language, JavaScript also
use variables to hold values or expressions at temporary locations in
the memory. Variable names in JavaScript are case sensitive and, although
they may contain numbers, must start with either a letter or underscore.
To provide more use for variables, JavaScript uses operators to assign
values or perform other mathematical operations. Visit the appropriate
section below to learn more.
|