Update article.md

This commit is contained in:
Nee 2021-10-22 18:49:09 +00:00 committed by GitHub
parent eda333d423
commit e0624c31db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -261,7 +261,7 @@ Compare it to non-module scripts, where `this` is a global object:
There are also several browser-specific differences of scripts with `type="module"` compared to regular ones. There are also several browser-specific differences of scripts with `type="module"` compared to regular ones.
You may want skip this section for now if you're reading for the first time, or if you don't use JavaScript in a browser. You may want to skip this section for now if you're reading for the first time, or if you don't use JavaScript in a browser.
### Module scripts are deferred ### Module scripts are deferred