Skip to content

Commit 2bc46af

Browse files
authored
Update task.md
1 parent 797d94e commit 2bc46af

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

1-js/02-first-steps/08-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+
# Forme sufix si prefix
66

7-
What are the final values of all variables `a`, `b`, `c` and `d` after the code below?
7+
Care sunt valorile finale ale variabilelor `a`, `b`, `c` și `d` după codul de mai jos?
88

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

0 commit comments

Comments
 (0)