Dragon in the sky

whatever happened , go ahead! Happy life of big pig and its dog.
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

javascript 数据类型

Posted on 2008-09-12 16:06  龙泰  阅读(256)  评论(0编辑  收藏  举报
  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