next up previous
Next: Scoping Rules Up: Variables Previous: Manipulating Variables

Data Types

JavaScript has only four types of data, (you do not declare the type in var):

numeric
:

strings
:

Boolean
:
null
:


Dave Marshall
9/28/2001