minor
This commit is contained in:
parent
d6ef24f45d
commit
aad6d5895b
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ The getter works when `obj.propName` is read, the setter -- when it is assigned.
|
|||
|
||||
For instance, we have a `user` object with `name` and `surname`:
|
||||
|
||||
```js run
|
||||
```js
|
||||
let user = {
|
||||
name: "John",
|
||||
surname: "Smith"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue