Changes

Jump to: navigation, search

Introducing JavaScript Variables

15 bytes added, 18:26, 11 April 2007
no edit summary
In this instance the variable which had already declared is asssigned the to contain an integer value of 10.
In addition, the variable can be initialized at the same time that it is declared as follows. For example:
<pre>
</pre>
which is identical to achieves the same result as the following script sequence:
<pre>

Navigation menu