Skip to content

Commit c9613e9

Browse files
committed
Merge pull request #6 from olivierrr/master
merged 'novice' and 'apprendice' categories
2 parents 16b7add + 01943f4 commit c9613e9

File tree

2 files changed

+27
-32
lines changed

2 files changed

+27
-32
lines changed

data/javascript.json

Lines changed: 26 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,14 @@
1919
]
2020
},
2121
{
22-
"title": "novice",
22+
"title": "apprendice",
2323
"description": "",
2424
"links": [
25+
{
26+
"description": "The Definitive Guide to Object-Oriented Javascript",
27+
"type": "video",
28+
"url": "http://youtu.be/PMfcsYzj-9M"
29+
},
2530
{
2631
"description": "eloquent javascript",
2732
"type": "book",
@@ -32,58 +37,48 @@
3237
"type": "article",
3338
"url": "https://developer.chrome.com/devtools/docs/javascript-debugging"
3439
}
40+
3541
]
3642
},
3743
{
38-
"title": "apprendice",
44+
"title": "journeyman",
3945
"description": "",
4046
"links": [
41-
{
42-
"description": "The Definitive Guide to Object-Oriented Javascript",
43-
"type": "video",
44-
"url": "http://youtu.be/PMfcsYzj-9M"
45-
},
4647
{
4748
"description": "understand javascripts 'this' keyword",
4849
"type": "article",
4950
"url": "http://javascriptissexy.com/understand-javascripts-this-with-clarity-and-master-it/"
5051
},
51-
{
52-
"description": "javascript-allonge",
53-
"type": "book",
54-
"url": "https://leanpub.com/javascript-allonge/read"
55-
}
56-
]
57-
},
58-
{
59-
"title": "journeyman",
60-
"description": "",
61-
"links": [
62-
{
63-
"description": "Learning JavaScript Design Patterns",
64-
"type": "book",
65-
"url": "http://www.addyosmani.com/resources/essentialjsdesignpatterns/book/"
66-
},
6752
{
6853
"description": "Codewars",
6954
"type": "code-challenges",
7055
"url": "http://www.codewars.com/"
56+
},
57+
{
58+
"description": "writing modular js",
59+
"type": "article",
60+
"url": "http://addyosmani.com/writing-modular-js/"
7161
}
7262
]
7363
},
7464
{
7565
"title": "master",
7666
"description": "",
7767
"links": [
78-
{
79-
"description": "You Don't Know JS",
80-
"type": "book",
81-
"url": "https://github.com/getify/You-Dont-Know-JS"
82-
},
8368
{
8469
"description": "Coding Math - canvas tutorials",
8570
"type": "video-playlist",
8671
"url": "http://www.youtube.com/playlist?list=PL7wAPgl1JVvUEb0dIygHzO4698tmcwLk9"
72+
},
73+
{
74+
"description": "Learning JavaScript Design Patterns",
75+
"type": "book",
76+
"url": "http://www.addyosmani.com/resources/essentialjsdesignpatterns/book/"
77+
},
78+
{
79+
"description": "javascript-allonge",
80+
"type": "book",
81+
"url": "https://leanpub.com/javascript-allonge/read"
8782
}
8883
]
8984
},
@@ -92,9 +87,9 @@
9287
"description": "",
9388
"links": [
9489
{
95-
"description": "resource",
96-
"type": "ultimate",
97-
"url": "http://www.google.com"
90+
"description": "You Don't Know JS",
91+
"type": "book",
92+
"url": "https://github.com/getify/You-Dont-Know-JS"
9893
}
9994
]
10095
}

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<div id="header">
1515
<h1 id="logo"> learn-javascript </h1>
16-
<h3 id="logo-small"> a compilation of FREE resources by <a href="http://webchat.freenode.net/?channels=learnjavascript">#learnjavascript on irc.freenode</a></h3>
16+
<h3 id="logo-small"> a compilation of FREE resources by <a href="http://webchat.freenode.net/?channels=learnjavascript">#learnjavascript @ irc.freenode</a></h3>
1717
</div>
1818

1919
<div id="content"></div>

0 commit comments

Comments
 (0)