其中很多都是伪代码的写法,便有回顾和总结。参考资料
包含
javascript 的基础语法
面向对象的实现
设计模式实现
模块化开
javascript 常见的疑问
jQuery
NodeJs
html5
2.JavaScript this
3.JavaScript 闭包
2. Interfaces
4. Inheritance
5.AOP
[jQuery][9] [jQuery架构设计与实现][10] [jQuery选择器库][11] [zepto][12]1. Singleton-Pattern
2. Chaining
3.Factory-Pattern
4. Bridge-Pattern
5. Composite-Pattern
6. Facade-Pattern
7.Adapter-Pattern
8. Decorator-Pattern
9. Flyweight-Pattern
10. Proxy-Pattern
11.Observer-Pattern
12. Command-Pattern
13.Chain-of-Responsibility-Pattern
1 function 前加操作符
https://github.com/wchaowu/javascript-code/tree/master/CommonJS
cmd 和 amd 的区别
https://github.com/wchaowu/javascript-code/blob/master/CommonJS/cmd_Amd.md
推荐 UI 组件 angularUI bootstrap http://angular-ui.github.io/bootstrap/
angular ui router https://github.com/angular-ui/ui-router
bindoncehttps://github.com/Pasvaz/bindonce
ngAnimate https://github.com/Augus/ngAnimate
Canvas
mobile 开发 收集https://github.com/wchaowu/javascript-code/tree/master/CommonJS
phonegap
https://github.com/msacks/phonegap-samples
http://kangax.github.io/compat-table/es5/
- Google的JavaScript风格指南(以下简称Google)
- NPM编码风格(以下简称NPM)
- Felix的Node.js风格指南(以下简称Node.js)
- 惯用(Idiomatic)的JavaScript(以下简称Idiomatic)
- jQuery JavaScript风格指南(以下简称jQuery)
- Douglas Crockford的JavaScript风格指南(以下简称Crockford),Douglas Crockford是Web开发领域最知名的技术权威之一,
ECMA JavaScript 2.0 标准化委员会委员
最受欢迎的 javascript 博客
http://stackoverflow.com/questions/409056/top-rated-javascript-blogs
javascript Weekly
http://javascriptweekly.com/archive/148.html
JavaScript frameworks resources and tutorials
http://resrc.io/list/18/javascript-frameworks/
自动化工具
Learning JavaScript Design Patterns
And of course: