We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a917f9c commit 94837c2Copy full SHA for 94837c2
1-js/13-modules/01-modules-intro/article.md
@@ -96,7 +96,7 @@ This is the correct variant:
96
97
[codetabs src="scopes-working" height="140" current="hello.js"]
98
99
-In the browser, independent top-level scope also exists for each `<script type="module">`.
+In the browser, if we talk about HTML pages, independent top-level scope also exists for each `<script type="module">`.
100
101
Here are two scripts on the same page, both `type="module"`. They don't see each other's top-level variables:
102
0 commit comments