logo
分类于: 其它 云计算&大数据

简介

Head First JavaScript Programming

Head First JavaScript Programming 8.7分

资源最后更新于 2020-07-24 15:48:57

作者:Eric T. Freeman

出版社:O'Reilly Media

出版日期:2014-01

ISBN:9781449340131

文件格式: pdf

标签: JavaScript HeadFirst Programming 前端 编程 Web 计算机 programming

简介· · · · · ·

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 st...

想要: 点击会收藏到你的 我的收藏,可以在这里查看

已收: 表示已经收藏

Tips: 注册一个用户 可以通过用户中心得到电子书更新的通知哦

目录

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