We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ce8bd74 + 6ea9bb4 commit 92c9854Copy full SHA for 92c9854
1 file changed
1-js/04-object-basics/04-object-methods/article.md
@@ -52,7 +52,7 @@ let user = {
52
// сначала объявляем
53
function sayHi() {
54
alert("Привет!");
55
-};
+}
56
57
// затем добавляем в качестве метода
58
user.sayHi = sayHi;
0 commit comments