Values
There are five supported value types for variables.
Examples of values for different variable types are described in the following table.
|
Variable Type |
Value |
|---|---|
|
Boolean |
True, False |
|
Number |
45, -90.3, NaN, Infinity |
|
String |
abcd, 23cvb54R 3rt4+53yt |
|
Object |
someObject |
|
Array |
(a, b, c) someArray |
↑