wanghaisheng / wanghaisheng.github.io

我的博客
https://wanghaisheng-github-io.vercel.app
17 stars 3 forks source link

Eloquent JavaScript #54

Open wanghaisheng opened 9 years ago

wanghaisheng commented 9 years ago

2015-03-11启动 http://eloquentjavascript.net/

wanghaisheng commented 9 years ago

进度

Contents

  • - [x] Introduction
  • (Part 1: Language)

    Values, Types, and Operators
  • Program Structure
  • Functions
  • Data Structures: Objects and Arrays
  • Higher-order Functions
  • The Secret Life of Objects
  • Project: Electronic Life
  • Bugs and Error Handling
  • Regular Expressions
  • Modules
  • Project: A Programming Language
  • (Part 2: Browser)

    JavaScript and the Browser
  • The Document Object Model
  • Handling Events
  • Project: A Platform Game
  • Drawing on Canvas
  • HTTP
  • Forms and Form Fields
  • Project: A Paint Program
  • (Part 3: Node)

    Node.js
  • Project: Skill-Sharing Website