We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cca9a9 commit da9c76fCopy full SHA for da9c76f
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