We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89e22f8 commit 02c75d2Copy full SHA for 02c75d2
1-js/04-object-basics/06-constructor-new/1-two-functions-one-object/task.md
@@ -4,7 +4,7 @@ importance: 2
4
5
# Two functions – one object
6
7
-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()`?
8
9
```js no-beautify
10
function A() { ... }
0 commit comments