July 2013
Intermediate to advanced
382 pages
6h 56m
English
Any value that you use is of a certain type. In JavaScript, there are just a few primitive data types:
1, 100, 3.14."a", "one", and "one 2 three".true or false.undefined. The same happens when you declare a variable without assigning a value to it yet. JavaScript initializes the variable behind the scenes with the value undefined. The undefined data type can only have one value – the special value undefined.Read now
Unlock full access