【知识梳理】2.JavaScript_5.25

JS 数据类型 基本类型(存栈):Bboolean、Number、String、Undefined、Null、Symbol、BigInt 引用类型(存堆):Object 类型判断 typeof,用于除