fixes
This commit is contained in:
parent
c9401b3104
commit
0fcf9f84fa
58 changed files with 673 additions and 643 deletions
|
@ -4,9 +4,9 @@ importance: 4
|
|||
|
||||
# Which values shows the while?
|
||||
|
||||
For every loop, scribe down which values it shows, in your opinion.
|
||||
For every loop, write down which values it shows, in your opinion. And then compare with the answer.
|
||||
|
||||
And then compare with the answer.
|
||||
Both loops `alert` same values or not?
|
||||
|
||||
1. The prefix form `++i`:
|
||||
|
||||
|
@ -20,4 +20,3 @@ And then compare with the answer.
|
|||
let i = 0;
|
||||
while (i++ < 5) alert( i );
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue