| Data Type | Description |
|---|---|
| String | String data type represent textual data |
| Number | Numeric data types |
| Boolean | Boolean type can have two value true or false. |
| Undefined | Variables value are undefined. |
| Null | Null specifies variable is declare but values of this variable is empty. |
| Symbol | Symbol data type new (Currently ECMAScript 6 Drafted) used for identifier unique object properties. |
| Data Type | Description |
|---|---|
| Object | Instance through which we can access members |
| Array | Group of similar values |
| RegExp | Represents the regular expression |