We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83ab6da commit 2bf6594Copy full SHA for 2bf6594
assignments/callbacks.js
@@ -4,7 +4,7 @@ const items = ['Pencil', 'Notebook', 'yo-yo', 'Gum'];
4
5
/*
6
7
- // GIVEN THIS PROBLEM:
+ // GIVEN THIS PROBLEM (and the `items` array):
8
9
function firstItem(arr, cb) {
10
// firstItem passes the first item of the given array to the callback function.
0 commit comments