
翻译 Secrets of the JavaScript Ninja 边译边学
翻译JavaScript忍者禁术,边翻译边学习
WaqarLeaver
这个作者很懒,什么都没留下…
展开
-
翻译 Secrets of the JavaScript Ninja 边译边学(13)
Secrets of the JavaScript Ninja 边译边学(12)第3.1.1节 为什么JavaScript的功能性质如此重要?3.1.1 Why is JavaScript’s functional nature important?3.1.1 为什么JavaScript的功能性质如此重要?It’s likely that if you’ve done any amount ...原创 2019-07-08 07:57:26 · 261 阅读 · 0 评论 -
翻译 Secrets of the JavaScript Ninja 边译边学(12)
Secrets of the JavaScript Ninja 边译边学(12)第3.1节 函数的区别是什么?3.1 What’s with the functional difference?3.1 函数的区别是什么?How many times have you heard someone moan “I hate JavaScript!”?你听到过多少次有人抱怨“我讨厌JavaScr...原创 2019-07-05 08:25:13 · 174 阅读 · 0 评论 -
翻译 Secrets of the JavaScript Ninja 边译边学(11)
Secrets of the JavaScript Ninja 边译边学(11)回忆总结部分 从开始翻译这本书到现在大概有一个多星期了,已经翻译完了前两章,感觉比较吃力,但是总体还是觉得比较有益处,因为需要翻译,所以很多平时不注意的细节在这里要仔细多推敲一下。希望后面还会继续坚持下去。 第一章主要介绍了JavaScript主要的基本概念,函数、闭包、对象 第二章主要介绍了如何自己构建...原创 2019-07-04 08:09:32 · 289 阅读 · 0 评论 -
Secrets of the JavaScript Ninja 边译边学(10)
Secrets of the JavaScript Ninja 边译边学(10)2.4 The Fundamentals of a Test Suite2.4 测试套件的基本原理The primary purpose of a test suite is to aggregate all the individual tests that your code base might have ...原创 2019-07-03 07:57:59 · 210 阅读 · 0 评论 -
翻译 Secrets of the JavaScript Ninja 边译边学(9)
Secrets of the JavaScript Ninja 边译边学(9)2.3 Testing frameworks2.3 测试框架A test suite should serve as a fundamental part of your development workflow. For this reason you should pick a suite that that ...原创 2019-07-02 08:18:53 · 195 阅读 · 0 评论 -
翻译 Secrets of the JavaScript Ninja 边译边学(6)
Secrets of the JavaScript Ninja 边译边学(6)2 Testing and debugging2 测试和调试In this chapter:• Tools for Debugging JavaScript code• Techniques for generating tests• Building a test suite• How to test a...原创 2019-06-30 10:07:01 · 147 阅读 · 0 评论 -
翻译 Secrets of the JavaScript Ninja 边译边学(8)
Secrets of the JavaScript Ninja 边译边学(8)2.2 Test generation2.2 生成测试用例Robert Frost wrote that good fences make good neighbors, but in the world of web applications, indeed any programming discipline,...原创 2019-07-02 08:18:30 · 163 阅读 · 0 评论 -
翻译 Secrets of the JavaScript Ninja 边译边学(7)
Secrets of the JavaScript Ninja 边译边学(7)2.1 Debugging Code2.1 调试代码Remember when debugging JavaScript meant using alert() to verify the value ofvariables? Well, the ability to debug JavaScript code ...原创 2019-06-30 10:08:32 · 211 阅读 · 0 评论 -
翻译 Secrets of the JavaScript Ninja 边译边学(5)
Secrets of the JavaScript Ninja 边译边学(5)1.4 Best practices1.4最佳实践Mastery of the JavaScript language and a grasp of cross-browser coding issues are important parts of becoming an expert web applicati...原创 2019-06-28 08:19:09 · 202 阅读 · 0 评论 -
翻译 Secrets of the JavaScript Ninja 边译边学(4)
Secrets of the JavaScript Ninja 边译边学(4)1.3 Cross-browser considerations1.3跨浏览器注意事项Perfecting our JavaScript programming skills will get us far, but when developing browser-based JavaScript applicat...原创 2019-06-27 08:13:40 · 293 阅读 · 2 评论 -
翻译 Secrets of the JavaScript Ninja 边译边学(3)
#Secrets of the JavaScript Ninja 边译边学(3)1.2 Understanding the JavaScript Language1.2理解JavaScript语言 Many JavaScript coders, as they advance through their careers, may get to the point at which they...原创 2019-06-26 07:51:53 · 247 阅读 · 0 评论 -
翻译 Secrets of the JavaScript Ninja 边译边学(2)
Secrets of the JavaScript Ninja 边译边学(2)第一章 进入忍者的世界原文In this chapter:A look at the purpose and structure of this bookWhich libraries we will focus uponWhat is advanced JavaScript programming?Cr...原创 2019-06-21 22:13:29 · 200 阅读 · 0 评论 -
翻译 Secrets of the JavaScript Ninja 边译边学(1)
Secrets of the JavaScript Ninja 边译边学(1)前言由于工作的关系,一直想好好研究JavaScript基础,网上推荐看这本书,确没有完整的翻译版本,于是决定自己边看边翻译边学习,中间要是有需要实践的,自己理解的,正好一起在这里记录下来。由于个人水平有限,翻译和理解仅供参考,如有错误,欢迎交流指正。封面翻译原文MEAP EditionManning Earl...原创 2019-06-21 22:12:24 · 293 阅读 · 0 评论