Number
Eg. 1, 2, 3.14
0 Examples
String
It is in text format. Eg. 'hello, world'
0 Examples
Boolean
true / false
0 Examples
Null
Explicitly set a variable with no value.
0 Examples
Undefined
For variables that have not yet been defined.
0 Examples
Object
Complex data structures - Arrays, Dates, Literals etc
0 Examples