Skip to content

Commit 7b7dbe9

Browse files
committed
Conflict fixed on "Prototypal inheritance" page in french language
1 parent 434415d commit 7b7dbe9

File tree

1 file changed

+0
-4
lines changed
  • 1-js/08-prototypes/01-prototype-inheritance

1 file changed

+0
-4
lines changed

1-js/08-prototypes/01-prototype-inheritance/article.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,7 @@ En JavaScript, les objets ont une propriété cachée spéciale `[[Prototype]]`
1212

1313
![prototype](object-prototype-empty.svg)
1414

15-
<<<<<<< HEAD
1615
Lorsque nous lisons une propriété depuis `object`, et qu'elle est manquante, JavaScript la prend automatiquement du prototype. En programmation, une telle chose est appelée "héritage prototypal". Et bientôt, nous étudierons de nombreux exemples d'un tel héritage, ainsi que des fonctionnalités de langage plus cool qui en découlent.
17-
=======
18-
When we read a property from `object`, and it's missing, JavaScript automatically takes it from the prototype. In programming, this is called "prototypal inheritance". And soon we'll study many examples of such inheritance, as well as cooler language features built upon it.
19-
>>>>>>> 8558fa8f5cfb16ef62aa537d323e34d9bef6b4de
2016

2117
La propriété `[[Prototype]]` est interne et cachée, mais il y a plusieurs façons de la définir.
2218

0 commit comments

Comments
 (0)