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 58d1d1e commit b3f522aCopy full SHA for b3f522a
assignments/closure.js
@@ -19,7 +19,7 @@ const counterMaker = () => {
19
// myCounter(); // 2
20
21
// ==== Challenge 3: Make `counterMaker` more sophisticated ====
22
-// It should take a `limit` argument. Any counters we make with `counterMaker`
+// It should have a `limit` parameter. Any counters we make with `counterMaker`
23
// will refuse to go over the limit, and start back at 1.
24
25
// ==== Challenge 4: Create a counter function with an object that can increment and decrement ====
0 commit comments