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.
2 parents 21d44a0 + 4e9a335 commit e9a528fCopy full SHA for e9a528f
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