minor renovations, beautify round 2 (final)
This commit is contained in:
parent
8410ce6421
commit
14d324c9e4
9 changed files with 26 additions and 23 deletions
|
@ -19,7 +19,7 @@ var people = [ vasya , masha , vovochka ];
|
|||
people.sort(compareAge);
|
||||
|
||||
// вывести
|
||||
for(var i=0; i<people.length; i++) {
|
||||
for(var i = 0; i < people.length; i++) {
|
||||
alert(people[i].name); // Вовочка Маша Вася
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue