Skip to content

Commit ba02e39

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

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
@@ -27,7 +27,7 @@ let user = { go:... }(user.go)()
2727

2828
```js run
2929
let user = {
30-
name: "Джон",
30+
name: "John",
3131
go: function() { alert(this.name) }
3232
}*!*;*/!*
3333

0 commit comments

Comments
 (0)