Skip to content

Latest commit

 

History

History
69 lines (38 loc) · 1.23 KB

README.md

File metadata and controls

69 lines (38 loc) · 1.23 KB

Eloquent_JavaScript_2th

Eloquent JavaScript

《Eloquent JavaScript(2th)》中译版

##目录

Introduction

Part 1: Language

Chapter1. Values, Types, and Operators

Chapter2. Program Structure

Chapter3. Functions

Chapter4. Data Structures: Objects and Arrays

Chapter5. Higher-order Functions

Chapter6. The Secret Life of Objects

Chapter7. Project: Electronic Life

Chapter8. Bugs and Error Handling

Chapter9. Regular Expressions

Chapter10. Modules

Chapter11. Project: A Programming Language

Part 2: Browser

Chapter12. JavaScript and the Browser

Chapter13. The Document Object Model

Chapter14. Handling Events

Chapter15. Project: A Platform Game

Chapter16. Drawing on Canvas

Chapter17. HTTP

Chapter18. Forms and Form Fields

Chapter19. Project: A Paint Program

Part 3: Node

Chapter20. Node.js

Chapter21. Project: Skill-Sharing Website

Other pages

  • Code sandbox and exercise solutions
  • Errata for the paper book
  • This book as a single PDF file (& small version for mobile)
  • This book as an EPUB file
  • The first edition of the book