Merge pull request #2540 from joaquinelio/patch-9

typo
This commit is contained in:
Ilya Kantor 2021-03-26 08:25:21 +03:00 committed by GitHub
commit 677fb621dd
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