Skip to content

Commit 7886e24

Browse files
authored
Update task.md
Wording / punctuation change.
1 parent f97b2fd commit 7886e24

File tree

1 file changed

+1
-1
lines changed
  • 1-js/06-advanced-functions/10-bind/4-function-property-after-bind

1 file changed

+1
-1
lines changed

1-js/06-advanced-functions/10-bind/4-function-property-after-bind/task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ importance: 5
44

55
# Function property after bind
66

7-
There's a value in the property of a function. Will it change after `bind`? Why, elaborate?
7+
There's a value in the property of a function. Will it change after `bind`? Why, or why not?
88

99
```js run
1010
function sayHi() {

0 commit comments

Comments
 (0)