If you’re an advanced beginner or intermediate JavaScript developer,JavaScript Enlightenmentwill solidify your understanding of the language—especially if you use a JavaScript library. In this concise book, JavaScript expert Cody Lindley (jQuery Cookbook) provides an accurate view of the language by examining its objects and supporting nuances.
Libraries and frameworks help you build web applications quickly and efficiently, but when things go wrong or performance becomes an issue, knowing how and why they work is critical. If you’re ready to go under the hood and get your hands dirty with JavaScript internals, this is your book.
- Get a short and digestible summary of ECMA-262, Edition 3, backed by real code you can run instantly
- Examine the creation of JavaScript objects
- Learn complex values, primitive values, scope, and inheritance
- Understand the importance of the head object
- Work with string, number, and Boolean objects and values
- Discover how to use the null value and the built-in math object
- Get into the details—beyond Mozilla’s reference guide for JavaScript 1.5
- Preface
- Chapter 1: JavaScript Objects
- Chapter 2: Working with Objects and Properties
- Chapter 3: Object()
- Chapter 4: Function()
- Chapter 5: The Head/Global Object
- Chapter 6: The this Keyword
- Chapter 7: Scope and Closures
- Chapter 8: Function Prototype Property
- Chapter 9: Array()
- Chapter 10: String()
- Chapter 11: Number()
- Chapter 12: Boolean()
- Chapter 13: Working with Primitive String, Number, and Boolean Values
- Chapter 14: Null
- Chapter 15: Unl