# Types

# Primitives

  • string, number, boolean, null, undefined, symbol, bigint
  • Symbols, BigInts 완전히 polyfilled 되지 않아 브라우저 환경에서 권장하지 않음.

# Complex

object, array, function