Merge pull request #145 from GeorgySerga/patch-2

Update 01-object
This commit is contained in:
Ilya Kantor 2017-08-25 23:14:33 +02:00 committed by GitHub
commit 55e91ede26

View file

@ -495,7 +495,7 @@ Now we have two variables, each one with the reference to the same object:
![](variable-copy-reference.png)
Now can use any variable to access the cabinet and modify its contents:
We can use any variable to access the cabinet and modify its contents:
```js run
let user = { name: 'John' };