Update task.md

Wording / punctuation change.
This commit is contained in:
paroche 2019-09-13 20:58:31 -06:00 committed by GitHub
parent f97b2fd1e2
commit 7886e24b0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ importance: 5
# Function property after bind # Function property after bind
There's a value in the property of a function. Will it change after `bind`? Why, elaborate? There's a value in the property of a function. Will it change after `bind`? Why, or why not?
```js run ```js run
function sayHi() { function sayHi() {