Head First JavaScript Programming
出版信息
Eric T. Freeman、Elisabeth Robson / O'Reilly Media / 2014-4-10 / USD 49.99
内容简介
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.
作者简介
Eric T. Freeman
Eric Freeman is described by Head First series co-creator Kathy Sierra as “one of those rare individuals fluent in the language, practice, and culture of multiple domains from hipster hacker, to corporate VP, engineer, think tank." Professionally, Eric recently ended nearly a decade as a media company executive, having held the position of CTO of Disney Online & Disney.com at The Walt Disney Company. Eric is now devoting his time to WickedlySmart.com and lives with his wife and young daughter on Bainbridge Island. He holds a Ph.D. in Computer Science from Yale University.
Elisabeth Robson
Elisabeth Robson is co-founder of Wickedly Smart, an education company devoted to helping customers gain mastery in web technologies. She’s co-author of three bestselling books, Head First Design Patterns, Head First HTML with CSS & XHTML and Head First HTML5 Programming.
目录
Chapter 1 Getting your feet wet
Chapter 2 Going further
Chapter 3 Getting functional
Chapter 4 Arrays
Chapter 5 A trip to Objectville
Chapter 6 Getting to know the DOM
Chapter 7 Serious types
Chapter 8 Building an app
Chapter 9 Handling events
Chapter 10 Liberated functions
Chapter 11 Serious functions
Chapter 12 Creating objects
Creating objects with object literals
Chapter 13 Extra strength objects
Appendix Leftovers: The top ten topics (we didn’t cover)
#1 jQuery
#2 Doing more with the DOM
#3 The Window Object
#4 Arguments
#5 Handling exceptions
#6 Adding event handlers with addEventListener
#7 Regular Expressions
#8 Recursion
#9 JSON
#10 Server-side JavaScript