Skip to content

Commit 0c4a0be

Browse files
committed
fix example
1 parent d209fdc commit 0c4a0be

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

modules/50-loops/10-while/en/EXERCISE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ Edit the `printNumbers()` function so that it prints the numbers in reverse orde
55
printNumbers(4);
66
```
77

8-
```text4
8+
```text
9+
4
910
3
1011
2
1112
1

modules/50-loops/10-while/es/EXERCISE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ Modifica la función `printNumbers()` para que muestre los números en orden inv
55
printNumbers(4);
66
```
77

8-
```text4
8+
```text
9+
4
910
3
1011
2
1112
1

0 commit comments

Comments
 (0)