Update task.md

This commit is contained in:
hrodward 2019-10-24 11:03:21 +02:00 committed by GitHub
parent a2d32ad21e
commit eb2b327aec
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() {}