Skip to content

Commit 65809d2

Browse files
committed
Conflict fixed on "Native prototypes" page in french language
1 parent 9384c12 commit 65809d2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

1-js/08-prototypes/03-native-prototypes/article.md

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

33
La propriété `"prototype"` est largement utilisée au centre de JavaScript lui-même. Toutes les fonctions constructeurs intégrées l'utilisent.
44

5-
<<<<<<< HEAD
65
Nous verrons d’abord les détails, puis comment l’utiliser pour ajouter de nouvelles fonctionnalités aux objets intégrés.
7-
=======
8-
First we'll look at the details, and then how to use it for adding new capabilities to built-in objects.
9-
>>>>>>> bf7d8bb1af3b416d393af1c15b03cb1352da1f9c
106

117
## Object.prototype
128

0 commit comments

Comments
 (0)