Skip to content

Commit e323bbd

Browse files
authored
Update task.md
1 parent 9190540 commit e323bbd

File tree

1 file changed

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

1 file changed

+7
-7
lines changed
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
importance: 2
2-
2+
33
---
4-
4+
55
### Проверка синтаксиса
6-
6+
77
Каким будет результат выполнения этого кода?
8-
9-
8+
9+
1010
```js no-beautify
1111
let user = {
1212
name: "John",
1313
go: function() { alert(this.name) }
1414
}
15-
15+
1616
(user.go)()
1717
```
18-
18+
1919
P.S. Здесь есть подвох :)

0 commit comments

Comments
 (0)