Update task.md
This commit is contained in:
parent
89e22f8565
commit
02c75d2d5b
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ importance: 2
|
|||
|
||||
# Two functions – one object
|
||||
|
||||
Is it possible to create functions `A` and `B` so that `new A()` equals `new B()`?
|
||||
Is it possible to create functions `A` and `B` so that `new A() == new B()`?
|
||||
|
||||
```js no-beautify
|
||||
function A() { ... }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue