We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cca9a9 commit d8ba31dCopy full SHA for d8ba31d
1-js/04-object-basics/04-object-methods/article.md
@@ -51,7 +51,7 @@ let user = {
51
// first, declare
52
function sayHi() {
53
alert("Hello!");
54
-};
+}
55
56
// then add as a method
57
user.sayHi = sayHi;
0 commit comments