Merge pull request #2755 from dneey/patch-2

Update article.md
This commit is contained in:
Ilya Kantor 2021-10-25 22:25:17 +03:00 committed by GitHub
commit 676319d985
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.
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