Skip to content

Commit 02c75d2

Browse files
authored
Update task.md
1 parent 89e22f8 commit 02c75d2

File tree

1 file changed

+1
-1
lines changed
  • 1-js/04-object-basics/06-constructor-new/1-two-functions-one-object

1 file changed

+1
-1
lines changed

1-js/04-object-basics/06-constructor-new/1-two-functions-one-object/task.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ importance: 2
44

55
# Two functions – one object
66

7-
Is it possible to create functions `A` and `B` so that `new A()` equals `new B()`?
7+
Is it possible to create functions `A` and `B` so that `new A() == new B()`?
88

99
```js no-beautify
1010
function A() { ... }

0 commit comments

Comments
 (0)