We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e03b4af commit a2d2565Copy full SHA for a2d2565
assignments/callbacks.js
@@ -19,7 +19,7 @@ const items = ['Pencil', 'Notebook', 'yo-yo', 'Gum'];
19
// NOTES ON THE SOLUTION:
20
21
// firstItem is a higher order function
22
- // that uses a callback (referred to as `cb`) as its second argument.
+ // that 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.
24
// Note how callbacks can be declared separately, or inlined.
25
0 commit comments