JS Primitives

  • string,
  • number (and bigInt),
  • boolean,
  • null, undefined
  • Symbol (not very common, used in low-level code)