Update article.md
This commit is contained in:
parent
7fd3eb1797
commit
1144f478bd
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ let user = {
|
||||||
};
|
};
|
||||||
|
|
||||||
let key = "name";
|
let key = "name";
|
||||||
user.key // undefined
|
alert( user.key ) // undefined
|
||||||
```
|
```
|
||||||
|
|
||||||
### Computed properties
|
### Computed properties
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue