七种原始类型与 object | JavaScript

本章覆盖:undefined;null;boolean;number;bigint;string;symbol;object 与 function 的特殊 typeof 表现。

本章知识点

  • undefined
  • null
  • boolean
  • number
  • bigint
  • string
  • symbol
  • object 与 function 的特殊 typeof 表现