@@ -9,23 +9,25 @@ Hopefully your walk will be much easier than mine!
9
9
10
10
## Table Of Contents
11
11
12
- - [ DAY 1] ( /day_01.md )
13
- - [ Introduction to JavaScript] ( /day_01.md#introduction-to-javascript )
14
- - What is JS anyway?
15
- - [ What's ECMAScript?] ( /day_01.md#but-what-is-ecma )
16
- - [ Language features quick overview] ( /day_01.md#languages-features-quick-overview )
17
- - [ Myths busted] ( /day_01.md#myths-busted )
18
- - [ ES5 vs ES6] ( /day_01.md#es5-vs-es6 )
19
- - Relevant differences
20
- - Relevant improvements
21
- - [ Why are we using ES6 in this course?] ( /day_01.md#why-are-we-using-es6-in-this-course )
22
- - [ After ES6?] ( /day_01.md#after-es6 )
23
- - [ Initial workspace Setup] ( /day_01.md#initial-workspace-setup )
24
- - Basic Runtime ( Node )
25
- - IDE ( Visual Studio Code )
26
- - [ Run Code extension] ( /day_01.md#initial-workspace-setup )
27
- - Introduction to NPM
28
- - [ DAY 2] ( /day_02.md )
12
+
13
+ ### [ DAY 1] ( /day_01.md )
14
+ - [ Introduction to JavaScript] ( /day_01.md#introduction-to-javascript )
15
+ - What is JS anyway?
16
+ - [ What's ECMAScript?] ( /day_01.md#but-what-is-ecma )
17
+ - [ Language features quick overview] ( /day_01.md#languages-features-quick-overview )
18
+ - [ Myths busted] ( /day_01.md#myths-busted )
19
+ - [ ES5 vs ES6] ( /day_01.md#es5-vs-es6 )
20
+ - Relevant differences
21
+ - Relevant improvements
22
+ - [ Why are we using ES6 in this course?] ( /day_01.md#why-are-we-using-es6-in-this-course )
23
+ - [ After ES6?] ( /day_01.md#after-es6 )
24
+ - [ Initial workspace Setup] ( /day_01.md#initial-workspace-setup )
25
+ - Basic Runtime ( Node )
26
+ - IDE ( Visual Studio Code )
27
+ - [ Run Code extension] ( /day_01.md#initial-workspace-setup )
28
+ - Introduction to NPM
29
+ ***
30
+ ### [ DAY 2] ( /day_02.md )
29
31
- [ Syntax, Grammar & Semantics] ( /day_02.md#syntax-grammar--semantics )
30
32
- [ Statements] ( /day_02.md#statements )
31
33
- [ Expressions] ( /day_02.md#expressions )
@@ -59,7 +61,8 @@ Hopefully your walk will be much easier than mine!
59
61
- Destructuring
60
62
- [ Operators Precedence] ( /day_02.md#operators-precedence )
61
63
- [ Spread/Rest] ( /day_02.md#the-case-of-the---spreadrest-operator- )
62
- - [ DAY 3] ( /day_03.md )
64
+ ***
65
+ ### [ DAY 3] ( /day_03.md )
63
66
- Objects explained
64
67
- Objects, the big picture
65
68
- Syntax
@@ -69,15 +72,17 @@ Hopefully your walk will be much easier than mine!
69
72
- Exotic Objects
70
73
- Object built-in methods
71
74
- Standard built-in objects
72
- - [ DAY 4] ( /day_04.md )
75
+ ***
76
+ ### [ DAY 4] ( /day_04.md )
73
77
- Indexed and Keyed Collections
74
78
- Collections family
75
79
- The Array Object
76
80
- Syntax
77
81
- Array Built-in methods
78
82
- Preliminary practice
79
83
- Exercises
80
- - [ DAY 5] ( /day_05.md )
84
+ ***
85
+ ### [ DAY 5] ( /day_05.md )
81
86
- Control Structures
82
87
- General definition
83
88
- Branching
@@ -88,7 +93,8 @@ Hopefully your walk will be much easier than mine!
88
93
- The Iterable and the Iterator Protocol
89
94
- Preliminary Practice
90
95
- Exercises
91
- - [ DAY 6] ( /day_06.md )
96
+ ***
97
+ ### [ DAY 6] ( /day_06.md )
92
98
- Functions
93
99
- General Definition
94
100
- Function declaration (function statement)
@@ -122,7 +128,8 @@ Hopefully your walk will be much easier than mine!
122
128
- Relative Concepts Readings
123
129
- Preliminary practice
124
130
- Exercises
125
- - [ DAY 7] ( /day_07.md )
131
+ ***
132
+ ### [ DAY 7] ( /day_07.md )
126
133
- ` this ` Keyword
127
134
- Introduction
128
135
- Resolving ` this `
@@ -136,7 +143,8 @@ Hopefully your walk will be much easier than mine!
136
143
- Arrow Functions
137
144
- Generators
138
145
- Exercises
139
- - [ DAY 8] ( /day_08.md )
146
+ ***
147
+ ### [ DAY 8] ( /day_08.md )
140
148
- Classes
141
149
- General definition
142
150
- Syntax
@@ -149,14 +157,16 @@ Hopefully your walk will be much easier than mine!
149
157
- Some essential differences
150
158
- Examples
151
159
- Exercises
152
- - [ DAY 9] ( /day_09.md )
160
+ ***
161
+ ### [ DAY 9] ( /day_09.md )
153
162
- Asynchronous programming
154
163
- Event Loop
155
164
- Callback
156
165
- Promises
157
166
- Async/Await
158
167
- Exercises
159
- - [ DAY 10] ( /day_10.md )
168
+ ***
169
+ ### [ DAY 10] ( /day_10.md )
160
170
- JavaScript, where does it live?
161
171
- The ECMAScript Engine
162
172
- What does the engine actually do?
@@ -171,7 +181,8 @@ Hopefully your walk will be much easier than mine!
171
181
- CSS
172
182
- TL;DR
173
183
- Complementary readings
174
- - [ DAY 11] ( /day_11.md )
184
+ ***
185
+ ### [ DAY 11] ( /day_11.md )
175
186
- Quality and reliability
176
187
- An introduction to the "reliability" and "quality" concepts
177
188
- Unit / Integration / Functional testing
@@ -196,7 +207,8 @@ Hopefully your walk will be much easier than mine!
196
207
- Brunch
197
208
- Yeoman
198
209
- RollUp
199
- - [ DAY 12] ( /day_12.md )
210
+ ***
211
+ ### [ DAY 12] ( /day_12.md )
200
212
- Destructuring
201
213
- Syntax
202
214
- Examples
0 commit comments