File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PART 1
22

3-
**The JavaScript Language**
3+
The JavaScript Language
44

55
Here we learn JavaScript, starting from scratch and go on to advanced concepts like OOP.
66

@@ -18,32 +18,32 @@ We concentrate on the language itself here, with the minimum of environment-spec
1818

1919
2.1 [Hello, world!](https://.com/Bunlong/The-Modern-JavaScript-Tutorial/wiki/2.1-Hello,-world!)
2020

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)
2222

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)
2424

25-
2.4 [Variables](https://.com/bunlong)
25+
2.4 Variables
2626

27-
2.5 [Data types](https://.com/bunlong)
27+
2.5 Data types
2828

29-
2.6 [Type Conversions](https://.com/bunlong)
29+
2.6 Type Conversions
3030

31-
2.7 [Operators](https://.com/bunlong)
31+
2.7 Operators
3232

33-
2.8 [Comparisons](https://.com/bunlong)
33+
2.8 Comparisons
3434

35-
2.9 [Interaction: alert, prompt, confirm](https://.com/bunlong)
35+
2.9 Interaction: alert, prompt, confirm
3636

37-
2.10 [Conditional operators: if, '?'](https://.com/bunlong)
37+
2.10 Conditional operators: if, '?'
3838

39-
2.11 [Logical operators](https://.com/bunlong)
39+
2.11 Logical operators
4040

41-
2.12 [Loops: while and for](https://.com/bunlong)
41+
2.12 Loops: while and for
4242

43-
2.13 [The "switch" statement](https://.com/bunlong)
43+
2.13 The "switch" statement
4444

45-
2.14 [Functions](https://.com/bunlong)
45+
2.14 Functions
4646

47-
2.15 [Function expressions and arrows](https://.com/bunlong)
47+
2.15 Function expressions and arrows
4848

49-
2.16 [JavaScript specials](https://.com/bunlong)
49+
2.16 JavaScript specials

0 commit comments

Comments
 (0)