Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 209 Bytes

05-types-intro.md

File metadata and controls

13 lines (10 loc) · 209 Bytes

Types

SNOBUS'N

  1. String
  2. Number
  3. Object
  4. Boolean
  5. Undefined
  6. Symbol : Always gives a guaranteed unique identifier
  7. Null

Everything except Object is Primitive type, Object is special one.