Skip to content

Commit 2fba2af

Browse files
authored
Update task.md
1 parent f1ea965 commit 2fba2af

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • 1-js/05-data-types/01-primitives-methods/1-string-new-property

1-js/05-data-types/01-primitives-methods/1-string-new-property/task.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ importance: 5
55
# 我能添加一个字符串属性吗?
66

77

8-
思考下面代码
8+
思考下面的代码
99

1010
```js
1111
let str = "Hello";
@@ -15,4 +15,4 @@ str.test = 5;
1515
alert(str.test);
1616
```
1717

18-
你怎么想呢?结果如何
18+
你怎么想的呢,它会工作吗?会得到什么样的结果

0 commit comments

Comments
 (0)