Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 65128b2

Browse files
'property values' instead of 'field' in code comment
1 parent cf6e172 commit 65128b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎1-js/04-object-basics/01-object/article.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ We can add, remove and read files from it any time.
4949
Property values are accessible using the dot notation:
5050

5151
```js
52-
// get fields of the object:
52+
// get property values of the object:
5353
alert( user.name ); // John
5454
alert( user.age ); // 30
5555
```

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /