This book is like a quick tour of the modern-day JavaScript landscape by an expert guide. The author fills the discourse with interesting facts:
Division by zero is not an error in JavaScript: it simply returns infinity or negative infinity....and explains relevant details concisely:
"use strict" does not involve any JavaScript keywords: it is simply a JavaScript string literal expression, and is ignored by ECMAScript 3 interpreters. When placed at the beginning of a script or of a function body, however, it has special meaning to an ECMAScript 5 interpreter.
This is a book that serious JavaScript developers should have handy so that they don't have to be distracted jumping off to look up things in online references.
This review is based on the ebook I received through the O'Reilly Blogger Review Program.
Related:
0 comments:
Post a Comment