This commit is contained in:
joaquinelio 2021-03-23 03:56:48 -03:00 committed by GitHub
parent d4b3c135cc
commit a010fbc24d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -146,7 +146,7 @@ Despite being simple, slightly modified variants of that code have practical use
How does this work? If we create multiple counters, will they be independent? What's going on with the variables here?
Undestanding such things is great for the overall knowledge of JavaScript and beneficial for more complex scenarios. So let's go a bit in-depth.
Understanding such things is great for the overall knowledge of JavaScript and beneficial for more complex scenarios. So let's go a bit in-depth.
## Lexical Environment