1 | Użycie operatorów porównania | comparison-operator.html | comparison-operator.js |
2 | Użycie operatorów porównania - ciąg dalszy | comparison-operator-continued.html | comparison-operator-continued.js |
3 | Użycie logicznego AND | logical-and.html | logical-and.js |
4 | Użycie logicznego OR i NOT | logical-or-logical-not.html | logical-or-logical-not.js |
5a | Użycie polecenia if | if-statement.html | if-statement.js |
5b | Użycie polecenia if wraz z funkcją | if-statement-with-function.html | if-statement-with-function.js |
6 | Użycie konstrukcji if-else | if-else-statement.html | if-else-statement.js |
7 | Konstrukcja switch | switch-statement.html | switch-statement.js |
8 | Użycie pętli for | for-loop.html | for-loop.js |
9 | Użycie pętli while | while-loop.html | while-loop.js |
10 | Użycie pętli do-while | do-while-loop.html | do-while-loop.js |
11 | Przykład | example.html | example.js |