This commit is contained in:
Ilya Kantor 2017-04-04 12:16:33 +03:00
parent 46fd27a942
commit 0c249b1ca5
2 changed files with 1 additions and 1 deletions

View file

@ -24,7 +24,7 @@ function sayHi() {
alert("Hello");
}
alert(window.f); // global function is a property of window
alert(window.sayHi); // global function is a property of window
```
And here we use it as a browser window, to see the window height:

Binary file not shown.