Skip to content

Commit 17cbdbb

Browse files
committed
[new 연산자와 생성자 함수] 충돌 해결 (함수 두 개로 동일한 객체 만들기 과제)
1 parent b21d67b commit 17cbdbb

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

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

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@ importance: 2
44

55
# 함수 두 개로 동일한 객체 만들기
66

7-
<<<<<<< HEAD
87
`new A()==new B()`가 성립 가능한 함수 `A``B`를 만드는 게 가능할까요?
9-
=======
10-
Is it possible to create functions `A` and `B` so that `new A() == new B()`?
11-
>>>>>>> upstream/master
128

139
```js no-beautify
1410
function A() { ... }

0 commit comments

Comments
 (0)