We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d209fdc commit 0c4a0beCopy full SHA for 0c4a0be
modules/50-loops/10-while/en/EXERCISE.md
@@ -5,7 +5,8 @@ Edit the `printNumbers()` function so that it prints the numbers in reverse orde
5
printNumbers(4);
6
```
7
8
-```text4
+```text
9
+4
10
3
11
2
12
1
modules/50-loops/10-while/es/EXERCISE.md
@@ -5,7 +5,8 @@ Modifica la función `printNumbers()` para que muestre los números en orden inv
0 commit comments