Changes

JavaScript Variable Types

No change in size, 13:31, 30 May 2007
no edit summary
</table>
JavaScript sets the variable type based on the value assignment. For example whne when JavaScript encounters the following code it knows that ''myVariable'' should be of type ''number'':
<pre>