Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/cz/2-3-Blocks.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## 2.4. Operátor a výraz, blok kódu, funkce, smyčka, podmínka
## 2.3. Operátor a výraz, blok kódu, funkce, smyčka, podmínka

No translation
2 changes: 1 addition & 1 deletion content/cz/2-4-Context.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## 2.3. Kontexty a lexikální rozsah
## 2.4. Kontexty a lexikální rozsah

No translation
2 changes: 1 addition & 1 deletion content/en/2-3-Blocks.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 2.4. Operator and expression, code block, function, loop, condition
## 2.3. Operator and expression, code block, function, loop, condition

```js
(len - 1) * f(x, INTERVAL);
Expand Down
2 changes: 1 addition & 1 deletion content/en/2-4-Context.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 2.3. Contexts and lexical scope
## 2.4. Contexts and lexical scope

> Scope

Expand Down
2 changes: 1 addition & 1 deletion content/ru/2-3-Blocks.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 2.4. Оператор и выражение, блок кода, функция, цикл, условие
## 2.3. Оператор и выражение, блок кода, функция, цикл, условие

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

Expand Down
2 changes: 1 addition & 1 deletion content/ru/2-4-Context.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 2.3. Контекст и лексическое окружение
## 2.4. Контекст и лексическое окружение

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

Expand Down
2 changes: 1 addition & 1 deletion content/uk/2-3-Blocks.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 2.4. Оператор та вираз, блок коду, функція, цикл, умова
## 2.3. Оператор та вираз, блок коду, функція, цикл, умова

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

Expand Down
2 changes: 1 addition & 1 deletion content/uk/2-4-Context.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 2.3. Контекст та лексичне оточення
## 2.4. Контекст та лексичне оточення

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

Expand Down