Merge pull request #1328 from Violet-Bora-Lee/patch-30

minor
This commit is contained in:
Ilya Kantor 2019-09-11 10:27:56 +03:00 committed by GitHub
commit beed7d3d80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"