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
  1. Booleans
  2. Null
  3. Numbers
  4. Properties
  5. Strings
  6. Typeof
  7. Undefined

Backlinks