| 1 | Zahlen in Variablen speichern | numeric-variable.html | numeric-variable.js |
| 2 | Strings in Variablen speichern | string-variable.html | string-variable.js |
| 3 | Anführungszeichen in Strings | string-with-quotes.html | string-with-quotes.js |
| 4 | Boolsche Werte in Variablen speichern | boolean-variable.html | boolean-variable.js |
| 5 | Kurzschreibweise von Variablen | shorthand-variable.html | shorthand-variable.js |
| 6 | Wert einer Variable ändern | update-variable.html | update-variable.js |
| 7 | Arrays erstellen (i) | array-literal.html | array-literal.js |
| 8 | Arrays erstellen (ii) | array-constructor.html | array-constructor.js |
| 9 | Werte in Arrays abrufen & ändern | update-array.html | update-array.js |
| 10 | Arithmetische Operatoren | arithmetic-operator.html | arithmetic-operator.js |
| 11 | Den Stringoperator verwenden | string-operator.html | string-operator.js |
| 12 | Beispiel | example.html | example.js |