commit
9e65a037f4
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