We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f26705 commit 59be2c6Copy full SHA for 59be2c6
1-js/04-object-basics/06-constructor-new/article.md
@@ -51,7 +51,7 @@ function User(name) {
51
}
52
```
53
54
-所以 `new User("Jack")` 的结果是相同的对象:
+所以 `new User("Jack")` 的结果和以下操作的结果相同:
55
56
```js
57
let user = {
0 commit comments