replace side-effect with side effect
This commit is contained in:
parent
291b5c05b9
commit
4aa9f818e8
10 changed files with 10 additions and 10 deletions
|
@ -272,7 +272,7 @@ In other words:
|
|||
- module scripts wait until the HTML document is fully ready (even if they are tiny and load faster than HTML), and then run.
|
||||
- relative order of scripts is maintained: scripts that go first in the document, execute first.
|
||||
|
||||
As a side-effect, module scripts always "see" the fully loaded HTML-page, including HTML elements below them.
|
||||
As a side effect, module scripts always "see" the fully loaded HTML-page, including HTML elements below them.
|
||||
|
||||
For instance:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue