We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a4bf1b commit 83ab6daCopy full SHA for 83ab6da
1 file changed
assignments/callbacks.js
@@ -21,7 +21,7 @@ const items = ['Pencil', 'Notebook', 'yo-yo', 'Gum'];
21
// firstItem is a higher order function
22
// that uses a callback (referred to as 'cb') as its second argument.
23
// To test our solution, we will try it with a variety of callbacks.
24
- // Note that callbacks might be declared separately, or inlined.
+ // Note how callbacks can be declared separately, or inlined.
25
26
// TEST 1 (inlined callback):
27
0 commit comments