A typo was fixed
This commit is contained in:
parent
d45de3608a
commit
0343e7dbc0
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ Here's the bigger picture of how `let` variables work:
|
|||
|
||||

|
||||
|
||||
Rectangles ont the right-hand side demonstrate how the global Lexical Environment changes during the execution:
|
||||
Rectangles on the right-hand side demonstrate how the global Lexical Environment changes during the execution:
|
||||
|
||||
1. When the script starts, the Lexical Environment is empty.
|
||||
2. The `let phrase` definition appears. Now it initially has no value, so `undefined` is stored.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue