Skip to content

Commit 310fffb

Browse files
authored
Create README.md
0 parents  commit 310fffb

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

README.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
# PART 1
2+
3+
**The JavaScript Language**
4+
5+
Here we learn JavaScript, starting from scratch and go on to advanced concepts like OOP.
6+
7+
We concentrate on the language itself here, with the minimum of environment-specific notes.
8+
9+
### An Introduction
10+
11+
1.1 [An Introduction to JavaScript](https://github.com/Bunlong/The-JavaScript-Language/wiki/1.1-An-Introduction-to-JavaScript)
12+
13+
1.2 [Code editors](https://github.com/Bunlong/The-JavaScript-Language/wiki/1.2-Code-editors)
14+
15+
1.3 [Developer console](https://github.com/Bunlong/The-JavaScript-Language/wiki/1.3-Developer-console)
16+
17+
### JavaScript Fundamentals
18+
19+
2.1 [Hello, world!](https://github.com/Bunlong/The-JavaScript-Language/wiki/2.1-Hello,-world!)
20+
21+
2.2 [Code structure](https://github.com/bunlong)
22+
23+
2.3 [The modern mode, "use strict"](https://github.com/bunlong)
24+
25+
2.4 [Variables](https://github.com/bunlong)
26+
27+
2.5 [Data types](https://github.com/bunlong)
28+
29+
2.6 [Type Conversions](https://github.com/bunlong)
30+
31+
2.7 [Operators](https://github.com/bunlong)
32+
33+
2.8 [Comparisons](https://github.com/bunlong)
34+
35+
2.9 [Interaction: alert, prompt, confirm](https://github.com/bunlong)
36+
37+
2.10 [Conditional operators: if, '?'](https://github.com/bunlong)
38+
39+
2.11 [Logical operators](https://github.com/bunlong)
40+
41+
2.12 [Loops: while and for](https://github.com/bunlong)
42+
43+
2.13 [The "switch" statement](https://github.com/bunlong)
44+
45+
2.14 [Functions](https://github.com/bunlong)
46+
47+
2.15 [Function expressions and arrows](https://github.com/bunlong)
48+
49+
2.16 [JavaScript specials](https://github.com/bunlong)

0 commit comments

Comments
 (0)