Merge pull request #1584 from lumosmind/patch-30
"computed property name" instead of "computed property"
This commit is contained in:
commit
c78cfdf454
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ Object.defineProperties(User.prototype, {
|
|||
});
|
||||
```
|
||||
|
||||
Here's an example with a computed property in brackets `[...]`:
|
||||
Here's an example with a computed property name in brackets `[...]`:
|
||||
|
||||
```js run
|
||||
class User {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue