We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 593e7f0 commit 4891f8eCopy full SHA for 4891f8e
assignments/callbacks.js
@@ -20,7 +20,7 @@ const items = ['Pencil', 'Notebook', 'yo-yo', 'Gum'];
20
21
// firstItem is a higher order function.
22
// It expects a callback (referred to as `cb`) as its second argument.
23
- // To test our solution, we will use the given `items` array and a variety of callbacks.
+ // To test our solution, we can use the given `items` array and a variety of callbacks.
24
// Note how callbacks can be declared separately, or inlined.
25
26
// TEST 1 (inlined callback):
0 commit comments