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 33c7a30 commit 215233bCopy full SHA for 215233b
1-js/02-first-steps/12-while-for/5-replace-for-while/task.md
@@ -4,7 +4,7 @@ importance: 5
4
5
# Replace "for" with "while"
6
7
-Rewrite the code changing the `for` loop to `while` without altering it's behavior (the output should stay same).
+Rewrite the code changing the `for` loop to `while` without altering its behavior (the output should stay same).
8
9
```js run
10
for (let i = 0; i < 3; i++) {
0 commit comments