minor fixes
This commit is contained in:
parent
611fefd90e
commit
3ffa0beab0
5 changed files with 8 additions and 6 deletions
|
@ -212,7 +212,7 @@ But we can force the exit at any time using the special `break` directive.
|
|||
|
||||
For example, the loop below asks the user for a series of numbers, "breaking" when no number is entered:
|
||||
|
||||
```js
|
||||
```js run
|
||||
let sum = 0;
|
||||
|
||||
while (true) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue