You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -387,7 +387,7 @@ However, it can be handy for referencing assets like [`manifest.webmanifest`](ht
387
387
388
388
Note that if you add a `<script>` that declares global variables, you also need to read the next section on using them.
389
389
390
-
## Using Global Variables Defined Elsewhere
390
+
## Using Global Variables
391
391
392
392
When you include a script in the HTML file that defines global variables and try to use one of these variables in the code, the linter will complain because it cannot see the definition of the variable.
0 commit comments