-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathjavascript.json
More file actions
132 lines (132 loc) · 3.82 KB
/
Copy pathjavascript.json
File metadata and controls
132 lines (132 loc) · 3.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
"javascript": {
"javascript": [
{
"name": "MDN文档库",
"link": "https://developer.mozilla.org/zh-CN/docs/Web"
},
{
"name": "JavaScript标准教程",
"link": "http://javascript.ruanyifeng.com/#oop"
},
{
"name": "原生Js实例练习",
"link": "http://www.fgm.cc/learn/"
},
{
"name": "JS前端开发群月报",
"link": "http://www.kancloud.cn/jsfront/month/82796"
},
{
"name": "豪情前端作品列表",
"link": "http://jikeytang.github.io/"
},
{
"name": "前端解忧杂货铺",
"link": "https://zhuanlan.zhihu.com/thinkingInFE"
},
{
"name": "ECMAScript 6入门",
"link": "http://es6.ruanyifeng.com/"
},
{
"name": "JavaScript Promise迷你书",
"link": "http://liubin.org/promises-book/"
},
{
"name": "JavaScript 原理",
"link": "http://typeof.net/s/jsmech/"
},
{
"name": "JavaScript 秘密花园",
"link": "http://bonsaiden.github.io/JavaScript-Garden/zh/"
},
{
"name": "深入理解JavaScript系列",
"link": "http://www.cnblogs.com/TomXu/archive/2011/12/15/2288411.html"
},
{
"name": "JSON风格指南",
"link": "https://github.com/darcyliu/google-styleguide/blob/master/JSONStyleGuide.md"
},
{
"name": "JavaScript资源大全中文版",
"link": "https://github.com/jobbole/awesome-javascript-cn"
},
{
"name": "JS实现十大经典排序算法",
"link": "https://sort.hust.cc/"
},
{
"name": "JavaScript30英文",
"link": "https://github.com/wesbos/JavaScript30"
},
{
"name": "JavaScript30中文",
"link": "https://github.com/soyaine/JavaScript30"
},
{
"name": "JavaScript30中文2",
"link": "https://github.com/winar-jin/JavaScript30-Challenge"
},
{
"name": "命名函数表达式探秘",
"link": "http://justjavac.com/named-function-expressions-demystified.html"
},
{
"name": "学用 JavaScript 设计模式",
"link": "http://www.oschina.net/translate/learning-javascript-design-patterns"
},
{
"name": "Javascript的12个怪癖",
"link": "https://github.com/justjavac/12-javascript-quirks/blob/master/cn/content.md"
},
{
"name": "TalkingCoder博客",
"link": "https://www.talkingcoder.com/article/list/all"
},
{
"name": "JavaScript闯关记",
"link": "https://github.com/stone0090/javascript-lessons"
}
],
"jquery": [
{
"name": "简单易懂的JQuery魔法",
"link": "http://www.nowamagic.net/librarys/books/contents/jquery"
},
{
"name": "How to write jQuery plugin?技巧",
"link": "http://i5ting.github.io/How-to-write-jQuery-plugin/build/jquery.plugin.html"
},
{
"name": "Jquery API",
"link": "https://oscarotero.com/jquery/"
},
{
"name": "JQuery 源码解读",
"link": "http://rapheal.sinaapp.com/tag/jquery-2/"
},
{
"name": "JQuery 源码分析",
"link": "http://www.cnblogs.com/aaronjs/p/3279314.html"
},
{
"name": "简单解惑JQuery",
"link": "http://www.tashan10.com/kan-liao-zhe-ge-cai-fa-xian-jqueryyuan-dai-ma-bu-shi-na-yao-hui-se/"
},
{
"name": "jQuery插件开发",
"link": "http://www.jianshu.com/p/518d424d4994"
},
{
"name": "如何实现一个类jQuery?",
"link": "https://github.com/MeCKodo/forchange"
},
{
"name": "YOU MIGHT NOT NEED JQUERY",
"link": "http://youmightnotneedjquery.com/"
}
]
}
}