JavaScript syntax: Difference between revisions

Content deleted Content added
Add main article
Tags: Mobile edit Mobile app edit iOS app edit
add main article
Tags: Mobile edit Mobile app edit iOS app edit
Line 168:
 
==Primitive data types==
{{Main|Primitive data type}}
The JavaScript language provides six [[primitive data type]]s:
 
Line 180 ⟶ 181:
 
===Undefined===
{{Main|Undefined value}}
 
The [[undefined value|value of "undefined"]] is assigned to all [[uninitialized variable]]s, and is also returned when checking for object properties that do not exist. In a Boolean context, the undefined value is considered a false value.