Data Types

No description available

Number

Eg. 1, 2, 3.14

0 Examples
View Content

String

It is in text format. Eg. 'hello, world'

0 Examples
View Content

Boolean

true / false

0 Examples
View Content

Null

Explicitly set a variable with no value.

0 Examples
View Content

Undefined

For variables that have not yet been defined.

0 Examples
View Content

Object

Complex data structures - Arrays, Dates, Literals etc

0 Examples
View Content