Merge pull request #1514 from hrodward/patch-32

Update task.md
This commit is contained in:
Ilya Kantor 2019-10-25 14:16:33 +03:00 committed by GitHub
commit 86891b9fd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ importance: 5
# Strange instanceof
Why `instanceof` below returns `true`? We can easily see that `a` is not created by `B()`.
In the code below, why does `instanceof` return `true`? We can easily see that `a` is not created by `B()`.
```js run
function A() {}