Skip to content

Commit efc0af9

Browse files
authored
Update article.md
traduction fr
1 parent 18a0e12 commit efc0af9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/04-object-basics/04-object-methods/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ let user = {
111111

112112
sayHi() {
113113
*!*
114-
// "this" is the "current object"
114+
// "this" est "l'objet actuel"
115115
alert(this.name);
116116
*/!*
117117
}

0 commit comments

Comments
 (0)