
JavaScript Enlightenment
From Library User to JavaScript Developer
Cody Lindley(Author)
O'Reilly (Publisher)
1st Edition
Published on 5. February 2013
Book
164 pages
978-1-4493-4288-3 (ISBN)
Description
If you're an advanced beginner or intermediate JavaScript developer, JavaScript Enlightenment will 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
More details
Language
English
Place of publication
Sebastopol
United States
Target group
Professional and scholarly
Product notice
Paperback (trade)
Unsewn / adhesive bound
Dimensions
Height: 233 mm
Width: 177 mm
Thickness: 15 mm
Weight
280 gr
ISBN-13
978-1-4493-4288-3 (9781449342883)
Schweitzer Classification
Other editions
Additional editions

E-Book
12/2012
O'Reilly
€13.99
Available for download

E-Book
12/2012
O'Reilly
€10.49
Available for download
Person
Cody Lindley, editor of jQuery Cookbook, brings together over a dozen contributors, all of them key people in jQuery's ongoing development process. Each focuses on subjects they've worked with and often helped create.
Content
- 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: Undefined
- Chapter 16: Math Function
- Review
- Conclusion
- Colophon