发表于2025-04-01
Understanding ECMAScript 6 pdf epub mobi txt 电子书 下载
Nicholas C. Zakas has been working on web applications since 2000, focusing on frontend development, and is known for writing and speaking about frontend best practices. He honed his experience during his five years at Yahoo!, where he was principal frontend engineer for the Yahoo! home page. He is the author of several books, including The Principles of Object-Oriented JavaScript (No Starch Press) and Professional JavaScript for Web Developers (Wrox).
ECMAScript 6 represents the biggest update to the core of JavaScript in the history of the language. In Understanding ECMAScript 6, expert developer Nicholas C. Zakas provides a complete guide to the object types, syntax, and other exciting changes that ECMAScript 6 brings to JavaScript. Every chapter is packed with example code that works in any JavaScript environment so you'll be able to see new features in action. You'll learn:
* How ECMAScript 6 class syntax relates to more familiar JavaScript concepts
* What makes iterators and generators useful
* How arrow functions differ from regular functions
* Ways to store data with sets, maps, and more
* The power of inheritance
* How to improve asynchronous programming with promises
* How modules change the way you organize code
Whether you're a web developer or a Node.js developer, you'll find Understanding ECMAScript 6 indispensable on your journey from ECMAScript 5 to ECMAScript 6.
可以,大概逻辑就是先告诉你ES5里面是怎么样的,缺少什么,ES6是怎么改进的,为什么要加这些东西,知其所以然
评分##难以想见,这是一本2016年出版的书。质量太高了。
评分 评分##Nicholas Zakas的写书风格就是讲解详细、层次递进,阅读的时候只会感觉到轻松愉快。唯一的一些槽点其实是关于EcmaScript委员会的,他们对有些接口的命名思路和规范的定义,还真是不走寻常路。
评分 评分##不愧为JavaScript界的大神,写的书娓娓道来,由浅入深。强烈推荐。
评分##gitbook找的中译版,真是由浅入深,看完感觉对之前的实践有了更清晰的认识。不过还是需要二刷~~ p89 解构是一种打破数据解构 P94 这种语法实际上与传统对象字面量的语法相悖,原来的语法名称在冒号左边,值在右边;现在值在冒号右边,而对象的属性名在左边。 后面反了 p97 这一点与数组解构的约定不同 应为对象 p205 正常情况下,继承自 Array 的 slice() 方法应该返回 Arra...
评分##gitbook找的中译版,真是由浅入深,看完感觉对之前的实践有了更清晰的认识。不过还是需要二刷~~ p89 解构是一种打破数据解构 P94 这种语法实际上与传统对象字面量的语法相悖,原来的语法名称在冒号左边,值在右边;现在值在冒号右边,而对象的属性名在左边。 后面反了 p97 这一点与数组解构的约定不同 应为对象 p205 正常情况下,继承自 Array 的 slice() 方法应该返回 Arra...
Understanding ECMAScript 6 pdf epub mobi txt 电子书 下载