Skip to content

Commit 63c34c2

Browse files
committed
ammend
1 parent 958fca9 commit 63c34c2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

assignments/closure.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,7 @@ const counterFactory = () => {
4343
// Return an object that has two methods called `increment` and `decrement`.
4444
// `increment` should increment a counter variable in closure scope and return it.
4545
// `decrement` should decrement the counter variable and return it.
46+
47+
4648
};
49+

0 commit comments

Comments
 (0)