Skip to content

Commit 9f193b9

Browse files
authored
Typo
1 parent aeabf4b commit 9f193b9

File tree

1 file changed

+1
-1
lines changed
  • 1-js/06-advanced-functions/03-closure/1-counter-independent

1 file changed

+1
-1
lines changed

1-js/06-advanced-functions/03-closure/1-counter-independent/solution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ The answer: **0,1.**
22

33
Functions `counter` and `counter2` are created by different invocations of `makeCounter`.
44

5-
So they have independent outer Lexical Environments, each one has it's own `count`.
5+
So they have independent outer Lexical Environments, each one has its own `count`.

0 commit comments

Comments
 (0)