Skip to content

Commit 63fda3b

Browse files
authored
Merge pull request #564 from Jayksio/patch-15
Update article.md
2 parents 18a0e12 + efc0af9 commit 63fda3b

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)