Update 01-object
Little grammar fix, add subject "we".
This commit is contained in:
parent
25e97bb50e
commit
36f3007651
1 changed files with 1 additions and 1 deletions
|
@ -495,7 +495,7 @@ Now we have two variables, each one with the reference to the same object:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
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
|
```js run
|
||||||
let user = { name: 'John' };
|
let user = { name: 'John' };
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue