We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf6e172 + 65128b2 commit 369b0baCopy full SHA for 369b0ba
1-js/04-object-basics/01-object/article.md
@@ -49,7 +49,7 @@ We can add, remove and read files from it any time.
49
Property values are accessible using the dot notation:
50
51
```js
52
-// get fields of the object:
+// get property values of the object:
53
alert( user.name ); // John
54
alert( user.age ); // 30
55
```
0 commit comments