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 1144f47

Browse files
Update article.md
1 parent 7fd3eb1 commit 1144f47

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
@@ -154,7 +154,7 @@ let user = {
154154
};
155155

156156
let key = "name";
157-
user.key // undefined
157+
alert( user.key ) // undefined
158158
```
159159

160160
### Computed properties

0 commit comments

Comments
(0)

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