• Primitive
    • types
      • number
      • string
      • boolean
      • undefined
        • 값이 정의되지 않음(초기화시)
      • null
        • 값이 없음(명시적 선언)
        • type of null object
      • symbol
      • Bigint
    • 불변성
    • stack area
  • Reference
    • types
      • object
      • array
      • function
      • RegExp,
      • Set
      • Map
    • 가변성
    • heap area