We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbedf38 commit 61dfac5Copy full SHA for 61dfac5
1-js/02-first-steps/07-operators/1-increment-order/task.md
@@ -2,9 +2,9 @@ importance: 5
2
3
---
4
5
-# The postfix and prefix forms
+# Priedėlio ir priešdėlio formos
6
7
-What are the final values of all variables `a`, `b`, `c` and `d` after the code below?
+Kokios yra galutės šių kintamųjų `a`, `b`, `c` ir `d` vertės įvykdžius kodą?
8
9
```js
10
let a = 1, b = 1;
0 commit comments