Skip to content

Commit 61dfac5

Browse files
authored
Translated task.md
1 parent dbedf38 commit 61dfac5

File tree

1 file changed

+2
-2
lines changed
  • 1-js/02-first-steps/07-operators/1-increment-order

1 file changed

+2
-2
lines changed

1-js/02-first-steps/07-operators/1-increment-order/task.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ importance: 5
22

33
---
44

5-
# The postfix and prefix forms
5+
# Priedėlio ir priešdėlio formos
66

7-
What are the final values of all variables `a`, `b`, `c` and `d` after the code below?
7+
Kokios yra galutės šių kintamųjų `a`, `b`, `c` ir `d` vertės įvykdžius kodą?
88

99
```js
1010
let a = 1, b = 1;

0 commit comments

Comments
 (0)