Merge pull request #1306 from paroche/patch-12

Update article.md
This commit is contained in:
Ilya Kantor 2019-09-02 14:36:57 +03:00 committed by GitHub
commit 33c4149533
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = {