Head First JavaScript Programming
Год: 2014
Автор: Eric T. Freeman, Elisabeth Robson
Жанр: Программирование
Издательство: O'Reilly Media
ISBN: 978-1-4493-4013-1
Серия: Head First
Язык: Английский
Формат: PDF
Качество: Изначально компьютерное (eBook)
Интерактивное оглавление: Да
Количество страниц: 704
Описание: This brain-friendly guide teaches you everything from JavaScript language fundamentals to advanced topics, including objects, functions, and the browser’s document object model. You won’t just be reading—you’ll be playing games, solving puzzles, pondering mysteries, and interacting with JavaScript in ways you never imagined. And you’ll write real code, lots of it, so you can start building your own web applications. Prepare to open your mind as you learn (and nail) key topics including:
The inner details of JavaScript
How JavaScript works with the browser
The secrets of JavaScript types
Using arrays
The power of functions
How to work with objects
Making use of prototypes
Understanding closures
Writing and testing applications
What’s so special about this book?
We think your time is too valuable to waste struggling with new concepts. Using the latest research in cognitive science and learning theory to craft a multi-sensory learning experience, Head First JavaScript Programming uses a visually rich format designed for the way your brain works, not a text-heavy approach that puts you to sleep.
Chapter 1. A Quick Dip into Javascript: Getting your feet wet
Chapter 2. Writing Real Code: Going further
Chapter 3. Introducing Functions: Getting functional
Chapter 4. Putting Some Order in Your Data: Arrays
Chapter 5. Understanding Objects: A trip to Objectville
Chapter 6. Interacting with Your Web Page: Getting to know the DOM
Chapter 7. Types, Equality, Conversion and All That Jazz: Serious types
Chapter 8. Bringing it All Together: Building an app
Chapter 9. Asynchronous Coding: Handling events
Chapter 10. First Class Functions: Liberated functions
Chapter 11. Anonymous Functions, Scope and Closures: Serious functions
Chapter 12. Advanced Object Construction: Creating objects
Chapter 13. Using Prototypes: Extra strength objects
Appendix A. Leftovers: The top ten topics