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 2275894 commit 89e22f8Copy full SHA for 89e22f8
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` such as `new A()==new B()`?
+Is it possible to create functions `A` and `B` so that `new A()` equals `new B()`?
8
9
```js no-beautify
10
function A() { ... }
0 commit comments