您的位置:首页 > Web前端 > JavaScript

Eloquent JavaScript 阅读笔记一

2014-01-15 00:00 489 查看
开始阅读这本书籍,作者从计算打孔机开始讲起,看来半天快要睡着的时终于进入正题:

JavaScript的基本数据类型:

There are six basic types of values: Numbers, strings, booleans, objects, functions, and undefined values.

数据类型位数:

Fractional numbers are written by using a dot.

For very big or very small numbers, one can also use 'scientific' notation by adding an
e
, followed by the exponent of the number:

分数用小数点表示,(未完待续)
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息