You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 1-js/99-js-misc/04-reference-type/article.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,11 +87,7 @@ Le résultat de l'accès à la propriété `user.hi` n'est pas une fonction, mai
87
87
(user, "hi", true)
88
88
```
89
89
90
-
<<<<<<< HEAD
91
-
Quand les parenthèses `()` sont appelées, elles reçoivent les informations sur l'objet et ses méthodes et peut assigné le `this` correct (`=user` dans ce cas).
92
-
=======
93
-
When parentheses `()` are called on the Reference Type, they receive the full information about the object and its method, and can set the right `this` (`user` in this case).
94
-
>>>>>>> bf7d8bb1af3b416d393af1c15b03cb1352da1f9c
90
+
Lorsque les parenthèses `()` sont appelées sur le type de référence, elles reçoivent les informations complètes sur l'objet et sa méthode, et peuvent définir le bon `this` (`user` dans ce cas).
95
91
96
92
Le type référence est un type interne "intermédiaire", avec comme but de passer l'information du point `.` aux parenthèses `()`.
0 commit comments