Merge pull request #1668 from javascript-tutorial/paroche-patch-12
Update article.md
This commit is contained in:
commit
524d598846
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ During the call, `say()` uses the outer variable `phrase`. Let's look at the det
|
||||||
|
|
||||||
When a function runs, a new Lexical Environment is created automatically to store local variables and parameters of the call.
|
When a function runs, a new Lexical Environment is created automatically to store local variables and parameters of the call.
|
||||||
|
|
||||||
For instance, for `say("John")`, it looks like this (the execution is at the line, labelled with an arrow):
|
For instance, for `say("John")`, it looks like this (the execution is at the line labeled with an arrow):
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
```js
|
```js
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue