update
This commit is contained in:
parent
962caebbb7
commit
87bf53d076
1825 changed files with 94929 additions and 0 deletions
15
1-js/6-objects-more/1-object-methods/2-check-syntax/task.md
Normal file
15
1-js/6-objects-more/1-object-methods/2-check-syntax/task.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# Проверка синтаксиса
|
||||
|
||||
[importance 2]
|
||||
|
||||
Каков будет результат этого кода?
|
||||
|
||||
```js
|
||||
var obj = {
|
||||
go: function() { alert(this) }
|
||||
}
|
||||
|
||||
(obj.go)()
|
||||
```
|
||||
|
||||
P.S. Есть подвох :)
|
Loading…
Add table
Add a link
Reference in a new issue