The Road to ECMAScript 6(0)
感觉要写点什么了
其实我一直在等待javaScript权威指南(第七版),但是第七版迟迟没有消息,我估计是要再等上个5年,等ES6规范在浏览器和nodejs普遍支持了这本神书才有可能再出一版,国内阮一峰老师出了一版中文的es6书,粗粗看了一遍,但是心里还是比较中意国外的大牛作品,所以网上找到了Nicholas C. Zakas写的Understanding ECMAScript 6,Nicholas C. Zakas在前端的地位无须赘述了,这本英文作品我会认真阅读下,根据它写大概10篇左右的blog。
大牛的电子书链接在这里: Understanding ECMAScript 6,下面是书的前言介绍
The JavaScript core language features are defined in a standard called ECMA-262. The language defined in this standard is called ECMAScript. What you know as JavaScript in browsers and Node.js is actually a superset of ECMAScript. Browsers and Node.js add more functionality through additional objects and methods, but the core of the language remains as defined in ECMAScript. The ongoing development of ECMA-262 is vital to the success of JavaScript as a whole, and this book covers the changes brought about by the most recent major update to the language: ECMAScript 6.