We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 68dea68 + da9c76f commit 85d07abCopy full SHA for 85d07ab
1 file changed
1-js/99-js-misc/04-reference-type/article.md
@@ -59,7 +59,7 @@ If we put these operations on separate lines, then `this` will be lost for sure:
59
let user = {
60
name: "John",
61
hi() { alert(this.name); }
62
-}
+};
63
64
*!*
65
// split getting and calling the method in two lines
0 commit comments