Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.2 KB

README.md

File metadata and controls

34 lines (27 loc) · 1.2 KB

##How to lean JavaScript?

###1. 测试环境 https://jsbin.com/?html,output
http://plnkr.co/edit/?p=catalogue

###2. 在线学习 https://www.codecademy.com/tracks/javascript
http://www.w3schools.com/js/default.asp
https://developer.mozilla.org/en-US/docs/Web/JavaScript

###3. 学习书籍

  1. Professional JavaScript for Web Developers(JavaScript高级程序设计)
  2. JavaScript: The Definitive Guide(JavaScript 权威指南 第6版)
  3. JavaScript: The Good Parts(js语言精粹)
  4. Learning JavaScript Design Patterns ()
  5. DOM Scripting: Web Design with JavaScript and the Document Object Model(JS DOM高级程序设计) PDF下载

###4. 视频教程 Egghead.io Angular JS
[Pluralsight] AngularJS Line of Business Applications
PLURALSIGHT REACT JS GETTING STARTED TUTORIAL
Lynda - Up and Running with Backbone.js 2014

###5. QA http://stackoverflow.com/
http://github.com/

###6. ES6 入门:http://es6.ruanyifeng.com/
视频教程 https://laracasts.com/series/es6-cliffsnotes/episodes/1
CHEATSHEET: https://github.com/DrkSephy/es6-cheatsheet
浏览器兼容 http://kangax.github.io/compat-table/es6/