Data Types in JavaScript 2014年4月24日JavaScriptdata type、javascriptsheng00 In JavaScript, there are three primary data types, two composite data types, and two special data types. Primary Data Types The primary (primitive) data types are: String Number Boolean Composite Data Types The composite (reference) data types are: Object Array Special Data Types The special data types are: Null Undefined 相关