|
19 | 19 | ]
|
20 | 20 | },
|
21 | 21 | {
|
22 |
| - "title": "novice", |
| 22 | + "title": "apprendice", |
23 | 23 | "description": "",
|
24 | 24 | "links": [
|
| 25 | + { |
| 26 | + "description": "The Definitive Guide to Object-Oriented Javascript", |
| 27 | + "type": "video", |
| 28 | + "url": "http://youtu.be/PMfcsYzj-9M" |
| 29 | + }, |
25 | 30 | {
|
26 | 31 | "description": "eloquent javascript",
|
27 | 32 | "type": "book",
|
|
32 | 37 | "type": "article",
|
33 | 38 | "url": "https://developer.chrome.com/devtools/docs/javascript-debugging"
|
34 | 39 | }
|
| 40 | + |
35 | 41 | ]
|
36 | 42 | },
|
37 | 43 | {
|
38 |
| - "title": "apprendice", |
| 44 | + "title": "journeyman", |
39 | 45 | "description": "",
|
40 | 46 | "links": [
|
41 |
| - { |
42 |
| - "description": "The Definitive Guide to Object-Oriented Javascript", |
43 |
| - "type": "video", |
44 |
| - "url": "http://youtu.be/PMfcsYzj-9M" |
45 |
| - }, |
46 | 47 | {
|
47 | 48 | "description": "understand javascripts 'this' keyword",
|
48 | 49 | "type": "article",
|
49 | 50 | "url": "http://javascriptissexy.com/understand-javascripts-this-with-clarity-and-master-it/"
|
50 | 51 | },
|
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 |
| - }, |
67 | 52 | {
|
68 | 53 | "description": "Codewars",
|
69 | 54 | "type": "code-challenges",
|
70 | 55 | "url": "http://www.codewars.com/"
|
| 56 | + }, |
| 57 | + { |
| 58 | + "description": "writing modular js", |
| 59 | + "type": "article", |
| 60 | + "url": "http://addyosmani.com/writing-modular-js/" |
71 | 61 | }
|
72 | 62 | ]
|
73 | 63 | },
|
74 | 64 | {
|
75 | 65 | "title": "master",
|
76 | 66 | "description": "",
|
77 | 67 | "links": [
|
78 |
| - { |
79 |
| - "description": "You Don't Know JS", |
80 |
| - "type": "book", |
81 |
| - "url": "https://github.com/getify/You-Dont-Know-JS" |
82 |
| - }, |
83 | 68 | {
|
84 | 69 | "description": "Coding Math - canvas tutorials",
|
85 | 70 | "type": "video-playlist",
|
86 | 71 | "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" |
87 | 82 | }
|
88 | 83 | ]
|
89 | 84 | },
|
|
92 | 87 | "description": "",
|
93 | 88 | "links": [
|
94 | 89 | {
|
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" |
98 | 93 | }
|
99 | 94 | ]
|
100 | 95 | }
|
|
0 commit comments