翻译 Secrets of the JavaScript Ninja 边译边学(1)

Secrets of the JavaScript Ninja 边译边学(1)

前言

由于工作的关系,一直想好好研究JavaScript基础,网上推荐看这本书,却没有完整的翻译版本,于是决定自己边看边翻译边学习,中间要是有需要实践的,自己理解的,正好一起在这里记录下来。由于个人水平有限,翻译和理解仅供参考,如有错误,欢迎交流指正。

封面翻译

原文
MEAP Edition
Manning Early Access Program
Secrets of the JavaScript Ninja version 10
Copyright 2012 Manning Publications
For more information on this and other Manning titles go to
www.manning.com
©Manning Publications Co. Please post comments or corrections to the Author Online forum:
http://www.manning-sandbox.com/forum.jspa?forumID=431

翻译
MEAP是Manning Early Access Program的缩写,其中Manning是曼宁出版社,所以以上内容翻译如下:
曼宁出版社早期预览版本
JavaScript忍者秘籍 版本10
2012年曼宁出版社出版
获取关于本书或者其他书籍的更多信息请访问网站:
www.manning.com
©曼宁出版社,请在如下地址向在线作者栏目组提交评论或者错误纠正信息:
http://www.manning-sandbox.com/forum.jspa?forumID=431

内容摘要

原文

  1. Enter the ninja
  2. Testing and debugging
  3. Functions are fundamental
  4. Wielding functions
  5. Closing in on closures
  6. Object-orientation with prototypes
  7. Wrangling regular expressions
  8. Taming threads and timers
  9. Ninja alchemy: Run-time code evaluation
  10. With statements
  11. Developing cross-browser strategies
  12. Cutting through attributes, properties, and CSS
  13. Surviving events
  14. Manipulating the DOM
  15. CSS selector engine

翻译(看到目录先这样翻译,后面看到具体内容可能会需要修改)

  1. 进入忍者的世界
  2. 测试和调试
  3. 函数是基础
  4. 挥舞函数
  5. 闭包
  6. 使用原型的面向对象
  7. 争论正则表达式
  8. 驯服线程和计时器
  9. 忍者的神秘力量: 运行时代码评估
  10. With语句
  11. 跨浏览器开发策略
  12. 深入剖析字段、属性和CSS
  13. Surviving events(暂不清楚)
  14. 操作DOM
  15. CSS选择器引擎
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章