commit
33c4149533
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ function User(name) {
|
|||
}
|
||||
```
|
||||
|
||||
So the result of `new User("Jack")` is the same object as:
|
||||
So `let user = new User("Jack")` gives the same result as:
|
||||
|
||||
```js
|
||||
let user = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue