Read more
Informationen zum Autor David Flanagan is a computer programmer who spends most of his time writing about JavaScript and Java. His books with O'Reilly include Java in a Nutshell, Java Examples in a Nutshell, Java Foundation Classes in a Nutshell, JavaScript: The Definitive Guide, and JavaScript Pocket Reference. David has a degree in computer science and engineering from the Massachusetts Institute of Technology. He lives with his wife and children in the U.S. Pacific Northwest bewteen the cities of Seattle, Washington and Vancouver, British Columbia. David has a blog at www.davidflanagan.com. Klappentext JavaScript is the ubiquitous programming language of the Web, and for more than 15 years, JavaScript: The Definitive Guide has been the bible of JavaScript programmers around the world. Ideal for JavaScript developers at any level, this book is an all-new excerpt of The Definitive Guide, collecting the essential parts of that hefty volume into this slim yet dense pocket reference. The first 9 chapters document the latest version (ECMAScript 5) of the core JavaScript language, covering: * Types, values, and variables * Operators, expressions, and statements * Objects and arrays * Functions and classes The next 5 chapters document the fundamental APIs for using JavaScript with HTML5 and explain how to: * Interact with web browser windows * Script HTML documents and document elements * Modify and apply CSS styles and classes * Respond to user input events * Communicate with web servers * Store data locally on the user's computer This book is a perfect companion to jQuery Pocket Reference. Zusammenfassung Although JavaScript has become the programming language of the Web, it's a little different from the expectations of other languages. This convenient pocket reference gives you immediate answers to pressing questions as you encounter them. Inhaltsverzeichnis Preface Chapter 1: Lexical Structure Chapter 2: Types, Values, and Variables Chapter 3: Expressions and Operators Chapter 4: Statements Chapter 5: Objects Chapter 6: Arrays Chapter 7: Functions Chapter 8: Classes Chapter 9: Regular Expressions Chapter 10: Client-Side JavaScript Chapter 11: Scripting Documents Chapter 12: Handling Events Chapter 13: Networking Chapter 14: Client-Side Storage Colophon ...