Note: JS data category - leoxiong7289/JS-notebook GitHub Wiki

Primitive Values--immutable

String

Number

  • NaN
  • +Infinity
  • -Infinity

BigInt

Boolean

Null

Undefined

Symbol

Reference Value--mutable

Object

  • Array: ordered optimized
  • Function()