We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 667eb56 + 02c75d2 commit a5f339eCopy full SHA for a5f339e
1 file changed
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() == new B()`?
8
9
```js no-beautify
10
function A() { ... }
0 commit comments