We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5dcdbc3 + 9f193b9 commit 9cae9d3Copy full SHA for 9cae9d3
1-js/06-advanced-functions/03-closure/1-counter-independent/solution.md
@@ -2,4 +2,4 @@ The answer: **0,1.**
2
3
Functions `counter` and `counter2` are created by different invocations of `makeCounter`.
4
5
-So they have independent outer Lexical Environments, each one has it's own `count`.
+So they have independent outer Lexical Environments, each one has its own `count`.
0 commit comments