Skip to content

Commit 5d9d5ff

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 010b94b commit 5d9d5ff

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ Pro oba cykly si zapište hodnoty, které budou vypsány, a pak je porovnejte s
88

99
Vypíše `alert` v obou cyklech stejné hodnoty, nebo ne?
1010

11-
1. Prefixová forma `++i`:
12-
11+
1. Prefixová notace `++i`:
1312
```js
1413
let i = 0;
1514
while (++i < 5) alert( i );

0 commit comments

Comments
 (0)