Fixed typo
This commit is contained in:
parent
bc9117e70f
commit
95b340d4a7
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ Let's formulate two questions for the seed, and then study internal mechanics pi
|
||||||
|
|
||||||
Such situations are common in both browser and server-side development. A function may be scheduled to execute later than it is created: on user action or after a network request etc.
|
Such situations are common in both browser and server-side development. A function may be scheduled to execute later than it is created: on user action or after a network request etc.
|
||||||
|
|
||||||
So, the the question is: does it pick up latest changes?
|
So, the question is: does it pick up latest changes?
|
||||||
|
|
||||||
|
|
||||||
2. The function `makeWorker` makes another function and returns it. That new function can be called from somewhere else. Will it have access to outer variables from its creation place or the invocation place or maybe both?
|
2. The function `makeWorker` makes another function and returns it. That new function can be called from somewhere else. Will it have access to outer variables from its creation place or the invocation place or maybe both?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue