Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 2-ui/1-document/01-browser-environment/article.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function sayHi() {
}

// global functions are accessible as properties of window
alert(window.sayHi);
window.sayHi();
```

And here we use it as a browser window, to see the window height:
Expand Down