Corrected grammar
This commit is contained in:
parent
4c2ab7343d
commit
190f0de0b1
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ If we really need to make a "global" in-browser variable, we can explicitly assi
|
|||
|
||||
### A module code is evaluated only the first time when imported
|
||||
|
||||
If a same module is imported into multiple other places, it's code is executed only the first time, then exports are given to all importers.
|
||||
If the same module is imported into multiple other places, its code is executed only the first time, then exports are given to all importers.
|
||||
|
||||
That has important consequences. Let's see that on examples.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue