Update task.md

This commit is contained in:
joaquinelio 2021-07-13 02:55:56 -03:00 committed by GitHub
parent 89e22f8565
commit 02c75d2d5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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() { ... }