Skip to content

Commit 59be2c6

Browse files
authored
fix: translation (#1220)
1 parent 7f26705 commit 59be2c6

File tree

1 file changed

+1
-1
lines changed
  • 1-js/04-object-basics/06-constructor-new

1 file changed

+1
-1
lines changed

1-js/04-object-basics/06-constructor-new/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function User(name) {
5151
}
5252
```
5353

54-
所以 `new User("Jack")` 的结果是相同的对象
54+
所以 `new User("Jack")` 的结果和以下操作的结果相同
5555

5656
```js
5757
let user = {

0 commit comments

Comments
 (0)