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.
1 parent aeabf4b commit 9f193b9Copy full SHA for 9f193b9
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