JS 变量类型

原始值:

number、string、boolean、symbol、undefined、null、

引用值:

object、array、function、error、regexp、date等