Skip to content

Commit fb9065c

Browse files
authored
Reorder chapters
2.3 -> 2.4; 2.4 -> 2.3 PR-URL: #183
1 parent 6ad16fc commit fb9065c

8 files changed

+8
-8
lines changed

content/cz/2-3-Blocks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
## 2.4. Operátor a výraz, blok kódu, funkce, smyčka, podmínka
1+
## 2.3. Operátor a výraz, blok kódu, funkce, smyčka, podmínka
22

33
No translation

content/cz/2-4-Context.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
## 2.3. Kontexty a lexikální rozsah
1+
## 2.4. Kontexty a lexikální rozsah
22

33
No translation

content/en/2-3-Blocks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 2.4. Operator and expression, code block, function, loop, condition
1+
## 2.3. Operator and expression, code block, function, loop, condition
22

33
```js
44
(len - 1) * f(x, INTERVAL);

content/en/2-4-Context.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 2.3. Contexts and lexical scope
1+
## 2.4. Contexts and lexical scope
22

33
> Scope
44

content/ru/2-3-Blocks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 2.4. Оператор и выражение, блок кода, функция, цикл, условие
1+
## 2.3. Оператор и выражение, блок кода, функция, цикл, условие
22

33
> Инструкция (Instruction) — один шаг алгоритма вычислений, например инструкция процессора исполняется CPU.
44

content/ru/2-4-Context.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 2.3. Контекст и лексическое окружение
1+
## 2.4. Контекст и лексическое окружение
22

33
> Область видимости (Scope)
44

content/uk/2-3-Blocks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 2.4. Оператор та вираз, блок коду, функція, цикл, умова
1+
## 2.3. Оператор та вираз, блок коду, функція, цикл, умова
22

33
> Інструкція (Instruction) - один крок алгоритму обчислень, наприклад, інструкція процесора виконується CPU.
44

content/uk/2-4-Context.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 2.3. Контекст та лексичне оточення
1+
## 2.4. Контекст та лексичне оточення
22

33
> Область видимості (Scope)
44

0 commit comments

Comments
 (0)