Skip to content

Latest commit

 

History

History
70 lines (66 loc) · 2.37 KB

primitive-type.md

File metadata and controls

70 lines (66 loc) · 2.37 KB

Primitive Type

A primitive type is a built-in type, such as:

  • boolean
  • object
  • null
  • number
  • string
  • undefined

A primitive type is any type that isn't created using the new keyword.