Skip to content

Commit 4891f8e

Browse files
committed
wording
1 parent 593e7f0 commit 4891f8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assignments/callbacks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const items = ['Pencil', 'Notebook', 'yo-yo', 'Gum'];
2020
2121
// firstItem is a higher order function.
2222
// 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.
23+
// To test our solution, we can use the given `items` array and a variety of callbacks.
2424
// Note how callbacks can be declared separately, or inlined.
2525
2626
// TEST 1 (inlined callback):

0 commit comments

Comments
 (0)