Skip to content

Commit 215233b

Browse files
authored
Grammar fix
Should be "its", not "it's" (which means "it is")
1 parent 33c7a30 commit 215233b

File tree

1 file changed

+1
-1
lines changed
  • 1-js/02-first-steps/12-while-for/5-replace-for-while

1 file changed

+1
-1
lines changed

1-js/02-first-steps/12-while-for/5-replace-for-while/task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ importance: 5
44

55
# Replace "for" with "while"
66

7-
Rewrite the code changing the `for` loop to `while` without altering it's behavior (the output should stay same).
7+
Rewrite the code changing the `for` loop to `while` without altering its behavior (the output should stay same).
88

99
```js run
1010
for (let i = 0; i < 3; i++) {

0 commit comments

Comments
 (0)