We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 958fca9 commit 63c34c2Copy full SHA for 63c34c2
1 file changed
assignments/closure.js
@@ -43,4 +43,7 @@ const counterFactory = () => {
43
// Return an object that has two methods called `increment` and `decrement`.
44
// `increment` should increment a counter variable in closure scope and return it.
45
// `decrement` should decrement the counter variable and return it.
46
+
47
48
};
49
0 commit comments