Update article.md
This commit is contained in:
parent
ccc0e9327f
commit
4490ce64df
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ let user = {
|
|||
};
|
||||
|
||||
// loop over values
|
||||
for(let value of Object.values(user)) {
|
||||
for (let value of Object.values(user)) {
|
||||
alert(value); // John, then 30
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue