Primitive types are the basic types of data a language can handle. Javascript’s primitive data types include:

  • Numbers
  • Strings
  • Boolean
  • Null
  • Undefined

Numbers

Javascript only has one number type, unlike other languages.