Skip to content

Commit f8fe05a

Browse files
otmon76danipoma
andauthored
Update 1-js/02-first-steps/13-while-for/2-which-value-while/task.md
Co-authored-by: Daniel Pomajbík <[email protected]>
1 parent 5d9d5ff commit f8fe05a

File tree

1 file changed

+1
-1
lines changed
  • 1-js/02-first-steps/13-while-for/2-which-value-while

1 file changed

+1
-1
lines changed

1-js/02-first-steps/13-while-for/2-which-value-while/task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Vypíše `alert` v obou cyklech stejné hodnoty, nebo ne?
1313
let i = 0;
1414
while (++i < 5) alert( i );
1515
```
16-
2. Postfixová forma `i++`
16+
2. Postfixová notace `i++`
1717

1818
```js
1919
let i = 0;

0 commit comments

Comments
 (0)