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 dccca58 commit 4e9a335Copy full SHA for 4e9a335
1-js/13-modules/01-modules-intro/article.md
@@ -260,7 +260,7 @@ Compare to regular script below:
260
261
<script>
262
*!*
263
- alert(typeof button); // Error: button is undefined, the script can't see elements below
+ alert(typeof button); // button is undefined, the script can't see elements below
264
*/!*
265
// regular scripts run immediately, before the rest of the page is processed
266
</script>
0 commit comments