What's New in ECMAScript 5
暫譯: ECMAScript 5 新特性解析
Terry McNavage
- 出版商: O'Reilly
- 出版日期: 2012-04-22
- 售價: $1,270
- 貴賓價: 9.5 折 $1,207
- 語言: 英文
- 頁數: 100
- 裝訂: Paperback
- ISBN: 144930477X
- ISBN-13: 9781449304775
海外代購書籍(需單獨結帳)
相關主題
商品描述
This piece details the new parts in ECMAScript 5 that will be implemented by Chakra (Internet Explorer 9), SpiderMonkey (Firefox), SquirrelFish (Safari), V8 (Chrome), and Carakan (Opera) and other new generation JavaScript engines in 2011. Strict mode is at the core. It not only makes your programs simpler and less error prone but also easier for a JavaScript engine with just-in-time compilation (JIT), such as those listed above, to optimize. That is to say, run faster. Moreover, coding in strict mode, which is totally backward compatible, prepares you for ECMAScript 6, which will require doing so. It also explores a number of new OOP features provided by ECMAScript 5, as well as new iteration methods, JSON handling, and binding and currying.
商品描述(中文翻譯)
這篇文章詳細介紹了 ECMAScript 5 中的新特性,這些特性將在 2011 年由 Chakra(Internet Explorer 9)、SpiderMonkey(Firefox)、SquirrelFish(Safari)、V8(Chrome)和 Carakan(Opera)等新一代 JavaScript 引擎實現。嚴格模式是其核心。它不僅使您的程式更簡單且更不易出錯,還使得像上述引擎這樣的即時編譯(JIT) JavaScript 引擎更容易進行優化。也就是說,執行速度更快。此外,使用嚴格模式進行編碼完全向後相容,為您準備 ECMAScript 6,該版本將要求這樣做。文章還探討了 ECMAScript 5 提供的多個新物件導向程式設計(OOP)特性,以及新的迭代方法、JSON 處理、綁定和柯里化。