Skip to content

Commit 486d96f

Browse files
authored
Merge pull request #1025 from radionov018/patch-1
issue-1020: missed - ;
2 parents 473a6a3 + 4edf580 commit 486d96f

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
@@ -291,7 +291,7 @@ user.hi();
291291
let user = {
292292
name: "Джон",
293293
hi() { alert(this.name); }
294-
}
294+
};
295295
296296
*!*
297297
// разделим получение метода объекта и его вызов в разных строках

0 commit comments

Comments
 (0)