We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 42ca672 + 4490ce6 commit ecc4f6dCopy full SHA for ecc4f6d
1 file changed
1-js/05-data-types/08-keys-values-entries/article.md
@@ -58,7 +58,7 @@ let user = {
58
};
59
60
// loop over values
61
-for(let value of Object.values(user)) {
+for (let value of Object.values(user)) {
62
alert(value); // John, then 30
63
}
64
```
0 commit comments