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 20a992e commit 2d030abCopy full SHA for 2d030ab
2620. counter/index.js
@@ -0,0 +1,5 @@
1
+const createCounter = (n) => {
2
+ return () => {
3
+ return n++
4
+ }
5
+}
README.md
@@ -5,7 +5,7 @@
| Title | Completed |
6
| :------------------------------------------- | :-------: |
7
| Create Hello World Function | ✅ |
8
-| Counter | |
+| Counter | ✅ |
9
| To Be Or Not To Be | ✅ |
10
| Counter II | |
11
| Apply Transform Over Each Element in Array | ✅ |
0 commit comments