Skip to content

Commit eb2b327

Browse files
authored
Update task.md
1 parent a2d32ad commit eb2b327

File tree

1 file changed

+1
-1
lines changed
  • 1-js/09-classes/06-instanceof/1-strange-instanceof

1 file changed

+1
-1
lines changed

1-js/09-classes/06-instanceof/1-strange-instanceof/task.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ importance: 5
44

55
# Strange instanceof
66

7-
Why `instanceof` below returns `true`? We can easily see that `a` is not created by `B()`.
7+
In the code below, why does `instanceof` return `true`? We can easily see that `a` is not created by `B()`.
88

99
```js run
1010
function A() {}

0 commit comments

Comments
 (0)