Merge pull request #1342 from paroche/patch-33

Update task.md
This commit is contained in:
Ilya Kantor 2019-09-14 09:30:59 +03:00 committed by GitHub
commit cf19e84a3b
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
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
function sayHi() {