Dragon in the sky

whatever happened , go ahead! Happy life of big pig and its dog.
posts - 98, comments - 11, trackbacks - 0, articles - 1
  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理

公告

javascript 数据类型

Posted on 2008-09-12 16:06 龙泰 阅读(55) 评论(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