fixes
This commit is contained in:
parent
b310b741b0
commit
2a44419d92
3 changed files with 25 additions and 1 deletions
|
@ -41,7 +41,7 @@ let range = {
|
|||
}
|
||||
};
|
||||
|
||||
for(let value in range) {
|
||||
for(let value of range) {
|
||||
alert(value); // 1 then 2, then 3, then 4, then 5
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue