Skip to content

Commit 89e22f8

Browse files
authored
confusing line
1 parent 2275894 commit 89e22f8

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

Lines changed: 1 addition & 1 deletion
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` such as `new A()==new B()`?
7+
Is it possible to create functions `A` and `B` so that `new A()` equals `new B()`?
88

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

0 commit comments

Comments
 (0)