Changes

Jump to: navigation, search

Introducing JavaScript Variables

8 bytes removed, 13:26, 30 May 2007
Variable Declaration and the Assignment Operator
== Variable Declaration and the Assignment Operator ==
Varaibles in javaScript JavaScript are declared by by specifying the name name of the variable storage you wish to create prefixed with the token ''var''. For example, to create a variable named myVariable:
<pre>

Navigation menu