What's New in ECMAScript 5

Terry McNavage

  • 出版商: O'Reilly
  • 出版日期: 2012-04-22
  • 售價: $1,230
  • 貴賓價: 9.5$1,169
  • 語言: 英文
  • 頁數: 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.