javascript 数据类型

  1. javascript 数据类型
    • numbers, string of text(strings),boolean,null,undefined,
    • composite datatype: object,array
    • special kind of object: function {A function is an object that has executable code associated with it.}
    • Date, RegExp, and Error classes