Skip to content

Commit 9cae9d3

Browse files
authored
Merge pull request javascript-tutorial#381 from brentguf/closures
Typo in Closures chapter
2 parents 5dcdbc3 + 9f193b9 commit 9cae9d3

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)