Data_types
Data types in JavaScript
The five primitive data types in JavaScript
- String
- Number
- Undefined
- Null
- Boolean
All non-primitive data types are object types.
Data type values can be represented by literals, a fixed value in JavaScript code.
Children
Backlinks