HTML and CSS Reference
In-Depth Information
Figure 3.5 Internet Explorer error (Example 3.5).
Table 3.3 How JavaScript Converts Data Types
Variable Assignment
Conversion
var item = 5.5;
Assigned a float
item = 44;
Converted to integer
item = "Today was bummer";
Converted to string
item = true;
Converted to Boolean
item = null;
Converted to the null value
 
Search WWH ::




Custom Search