Skip to content

Commit b3f522a

Browse files
committed
wording
1 parent 58d1d1e commit b3f522a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assignments/closure.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const counterMaker = () => {
1919
// myCounter(); // 2
2020

2121
// ==== Challenge 3: Make `counterMaker` more sophisticated ====
22-
// It should take a `limit` argument. Any counters we make with `counterMaker`
22+
// It should have a `limit` parameter. Any counters we make with `counterMaker`
2323
// will refuse to go over the limit, and start back at 1.
2424

2525
// ==== Challenge 4: Create a counter function with an object that can increment and decrement ====

0 commit comments

Comments
 (0)