We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dbfe588 + d27e96c commit 33c4149Copy full SHA for 33c4149
1 file changed
1-js/04-object-basics/06-constructor-new/article.md
@@ -51,7 +51,7 @@ function User(name) {
51
}
52
```
53
54
-So the result of `new User("Jack")` is the same object as:
+So `let user = new User("Jack")` gives the same result as:
55
56
```js
57
let user = {
0 commit comments