Skip to content

Commit 04c1d36

Browse files
authored
Update 1-js/99-js-misc/04-reference-type/2-check-syntax/solution.md
1 parent 7552a2b commit 04c1d36

File tree

1 file changed

+1
-1
lines changed
  • 1-js/99-js-misc/04-reference-type/2-check-syntax

1 file changed

+1
-1
lines changed

1-js/99-js-misc/04-reference-type/2-check-syntax/solution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
```js run
66
let user = {
7-
name: "Джон",
7+
name: "John",
88
go: function() { alert(this.name) }
99
}
1010

0 commit comments

Comments
 (0)