Skip to content

Commit 2efa489

Browse files
committed
Conflict fixed on 'Constructor, operator "new"' task 1 page in french
language
1 parent bf019b0 commit 2efa489

File tree

1 file changed

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

1 file changed

+1
-5
lines changed

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

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

55
# Deux fonctions - un objet
66

7-
<<<<<<< HEAD
8-
Est-il possible de créer des fonctions `A` et `B` tel que `new A()==new B()` ?
9-
=======
10-
Is it possible to create functions `A` and `B` so that `new A() == new B()`?
11-
>>>>>>> 4d01fc20d4d82358e61518a31efe80dec9bb2602
7+
Est-il possible de créer des fonctions `A` et `B` tel que `new A() == new B()` ?
128

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

0 commit comments

Comments
 (0)