Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 509d246

Browse files
authored
Update README.md
1 parent ef22464 commit 509d246

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

‎README.md

Lines changed: 16 additions & 16 deletions
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://github.com/Bunlong/The-Modern-JavaScript-Tutorial/wiki/2.1-Hello,-world!)
2020

21-
2.2 [Code structure](https://github.com/bunlong)
21+
2.2 [Code structure](https://github.com/Bunlong/The-Modern-JavaScript-Tutorial/wiki/2.2-Code-structure)
2222

23-
2.3 [The modern mode, "use strict"](https://github.com/bunlong)
23+
2.3 [The modern mode, "use strict"](https://github.com/Bunlong/The-Modern-JavaScript-Tutorial/wiki/2.3-The-modern-mode,-%22use-strict%22)
2424

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

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

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

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

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

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

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

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

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

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

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

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

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

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /