We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9384c12 commit 65809d2Copy full SHA for 65809d2
1-js/08-prototypes/03-native-prototypes/article.md
@@ -2,11 +2,7 @@
2
3
La propriété `"prototype"` est largement utilisée au centre de JavaScript lui-même. Toutes les fonctions constructeurs intégrées l'utilisent.
4
5
-<<<<<<< HEAD
6
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
10
11
## Object.prototype
12
0 commit comments