|
| 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://.com/Bunlong/The-JavaScript-Language/wiki/1.1-An-Introduction-to-JavaScript) |
| 12 | + |
| 13 | +1.2 [Code editors](https://.com/Bunlong/The-JavaScript-Language/wiki/1.2-Code-editors) |
| 14 | + |
| 15 | +1.3 [Developer console](https://.com/Bunlong/The-JavaScript-Language/wiki/1.3-Developer-console) |
| 16 | + |
| 17 | +### JavaScript Fundamentals |
| 18 | + |
| 19 | +2.1 [Hello, world!](https://.com/Bunlong/The-JavaScript-Language/wiki/2.1-Hello,-world!) |
| 20 | + |
| 21 | +2.2 [Code structure](https://.com/bunlong) |
| 22 | + |
| 23 | +2.3 [The modern mode, "use strict"](https://.com/bunlong) |
| 24 | + |
| 25 | +2.4 [Variables](https://.com/bunlong) |
| 26 | + |
| 27 | +2.5 [Data types](https://.com/bunlong) |
| 28 | + |
| 29 | +2.6 [Type Conversions](https://.com/bunlong) |
| 30 | + |
| 31 | +2.7 [Operators](https://.com/bunlong) |
| 32 | + |
| 33 | +2.8 [Comparisons](https://.com/bunlong) |
| 34 | + |
| 35 | +2.9 [Interaction: alert, prompt, confirm](https://.com/bunlong) |
| 36 | + |
| 37 | +2.10 [Conditional operators: if, '?'](https://.com/bunlong) |
| 38 | + |
| 39 | +2.11 [Logical operators](https://.com/bunlong) |
| 40 | + |
| 41 | +2.12 [Loops: while and for](https://.com/bunlong) |
| 42 | + |
| 43 | +2.13 [The "switch" statement](https://.com/bunlong) |
| 44 | + |
| 45 | +2.14 [Functions](https://.com/bunlong) |
| 46 | + |
| 47 | +2.15 [Function expressions and arrows](https://.com/bunlong) |
| 48 | + |
| 49 | +2.16 [JavaScript specials](https://.com/bunlong) |
0 commit comments