July 2008
Beginner
356 pages
6h 8m
English
Any value that you use is of a certain type. In JavaScript, there are the following primitive data types:
true or false.undefined. The same will happen when you have declared a variable, but not given it a value yet. JavaScript will initialize it behind the scenes, with the value undefined. null value. It means no value, an empty value, nothing. The difference with undefined is that ...Read now
Unlock full access