We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46fd27a commit 0c249b1Copy full SHA for 0c249b1
2 files changed
2-ui/1-document/01-browser-environment/article.md
@@ -24,7 +24,7 @@ function sayHi() {
24
alert("Hello");
25
}
26
27
-alert(window.f); // global function is a property of window
+alert(window.sayHi); // global function is a property of window
28
```
29
30
And here we use it as a browser window, to see the window height:
figures.sketch
0 Bytes
0 commit comments