
7. Types and Literals
7.1 Types and Literals
| Types and Literals | Type | Support | Remark |
|---|---|---|---|
| Type | Undefined Type | Yes | |
| Null Type | Yes | ||
| Boolean Type | Yes | ||
| Number Type | Yes | ||
| String Type | Yes | ||
| Object Type | Yes |
7.2 Literal
| Types and Literals | Type | Support | Remark |
|---|---|---|---|
| Literal | Boolean values | Yes | |
| Numbers | Yes | ECMAScript Mobile Profile: Numeric | |
| Strings | Yes | Unable to handle characters that are not included in display character code provided for each language set. The display character code used depends on the browser application implementation. | |
| Array | Yes | ||
| Object | Yes | ||
| null | Yes |

