Grammar fix
Should be "its", not "it's" (which means "it is")
This commit is contained in:
parent
33c7a30b10
commit
215233b12f
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ importance: 5
|
|||
|
||||
# Replace "for" with "while"
|
||||
|
||||
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).
|
||||
|
||||
```js run
|
||||
for (let i = 0; i < 3; i++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue