Skip to content

Commit 3fcabd4

Browse files
otmon76danipoma
andauthored
Update 1-js/02-first-steps/08-operators/article.md
Co-authored-by: Daniel Pomajbík <[email protected]>
1 parent 459de01 commit 3fcabd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/02-first-steps/08-operators/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ let a = ++čítač; // (*)
356356
alert(a); // *!*2*/!*
357357
```
358358
359-
Na řádku `(*)` *prefixová* forma `++čítač` zvýšila `čítač` a vrátila novou hodnotu, `2`. Proto `alert` zobrazila `2`.
359+
Na řádku `(*)` *prefixová* notace `++čítač` zvýšila `čítač` a vrátila novou hodnotu, `2`. Proto `alert` zobrazila `2`.
360360
361361
Nyní použijeme postfixovou notaci:
362362

0 commit comments

Comments
 (0)