Skip to content

Commit 888e4b9

Browse files
authored
Fix language in Methods of primitives task
Use "What do you think" instead of "How do you think".
1 parent 291b5c0 commit 888e4b9

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ str.test = 5;
1515
alert(str.test);
1616
```
1717

18-
How do you think, will it work? What will be shown?
18+
What do you think, will it work? What will be shown?

0 commit comments

Comments
 (0)