Changes

Jump to: navigation, search

Introducing JavaScript Variables

No change in size, 18:05, 1 February 2016
m
Text replacement - "<google>ADSDAQBOX_FLOW</google>" to "<htmlet>adsdaqbox_flow</htmlet>"
var myValue = 9, myMessage = "Welcome to JavaScript";
</pre>
<googlehtmlet>ADSDAQBOX_FLOWadsdaqbox_flow</googlehtmlet>
In the first line above the variables ''i'', ''j'' and ''k'' are all defined but are not assigned initial values. The second line declared both ''myValue'' and ''myMessage'', initializing the variables with values. In the case of ''myMessage'' the variable is initialized with a string.

Navigation menu