|
1 | 1 | # PART 1
|
2 | 2 |
|
3 |
| -**The JavaScript Language** |
| 3 | +The JavaScript Language |
4 | 4 |
|
5 | 5 | Here we learn JavaScript, starting from scratch and go on to advanced concepts like OOP.
|
6 | 6 |
|
@@ -18,32 +18,32 @@ We concentrate on the language itself here, with the minimum of environment-spec
|
18 | 18 |
|
19 | 19 | 2.1 [Hello, world!](https://.com/Bunlong/The-Modern-JavaScript-Tutorial/wiki/2.1-Hello,-world!)
|
20 | 20 |
|
21 |
| -2.2 [Code structure](https://.com/bunlong) |
| 21 | +2.2 [Code structure](https://.com/Bunlong/The-Modern-JavaScript-Tutorial/wiki/2.2-Code-structure) |
22 | 22 |
|
23 |
| -2.3 [The modern mode, "use strict"](https://.com/bunlong) |
| 23 | +2.3 [The modern mode, "use strict"](https://.com/Bunlong/The-Modern-JavaScript-Tutorial/wiki/2.3-The-modern-mode,-%22use-strict%22) |
24 | 24 |
|
25 |
| -2.4 [Variables](https://.com/bunlong) |
| 25 | +2.4 Variables |
26 | 26 |
|
27 |
| -2.5 [Data types](https://.com/bunlong) |
| 27 | +2.5 Data types |
28 | 28 |
|
29 |
| -2.6 [Type Conversions](https://.com/bunlong) |
| 29 | +2.6 Type Conversions |
30 | 30 |
|
31 |
| -2.7 [Operators](https://.com/bunlong) |
| 31 | +2.7 Operators |
32 | 32 |
|
33 |
| -2.8 [Comparisons](https://.com/bunlong) |
| 33 | +2.8 Comparisons |
34 | 34 |
|
35 |
| -2.9 [Interaction: alert, prompt, confirm](https://.com/bunlong) |
| 35 | +2.9 Interaction: alert, prompt, confirm |
36 | 36 |
|
37 |
| -2.10 [Conditional operators: if, '?'](https://.com/bunlong) |
| 37 | +2.10 Conditional operators: if, '?' |
38 | 38 |
|
39 |
| -2.11 [Logical operators](https://.com/bunlong) |
| 39 | +2.11 Logical operators |
40 | 40 |
|
41 |
| -2.12 [Loops: while and for](https://.com/bunlong) |
| 41 | +2.12 Loops: while and for |
42 | 42 |
|
43 |
| -2.13 [The "switch" statement](https://.com/bunlong) |
| 43 | +2.13 The "switch" statement |
44 | 44 |
|
45 |
| -2.14 [Functions](https://.com/bunlong) |
| 45 | +2.14 Functions |
46 | 46 |
|
47 |
| -2.15 [Function expressions and arrows](https://.com/bunlong) |
| 47 | +2.15 Function expressions and arrows |
48 | 48 |
|
49 |
| -2.16 [JavaScript specials](https://.com/bunlong) |
| 49 | +2.16 JavaScript specials |
0 commit comments