We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 193319c commit eda333dCopy full SHA for eda333d
2-ui/1-document/01-browser-environment/article.md
@@ -17,7 +17,7 @@ There's a "root" object called `window`. It has two roles:
17
18
For instance, here we use it as a global object:
19
20
-```js run
+```js run global
21
function sayHi() {
22
alert("Hello");
23
}
0 commit comments