Update task.md
This commit is contained in:
parent
a2d32ad21e
commit
eb2b327aec
1 changed files with 1 additions and 1 deletions
|
@ -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() {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue