javascript 数据类型

  1. javascript 数据类型
  2.  
    • 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
     
原文地址:https://www.cnblogs.com/flyinthesky/p/1290010.html