Skip to content

Commit 2bf6594

Browse files
committed
more clarifications
1 parent 83ab6da commit 2bf6594

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
@@ -4,7 +4,7 @@ const items = ['Pencil', 'Notebook', 'yo-yo', 'Gum'];
44

55
/*
66
7-
// GIVEN THIS PROBLEM:
7+
// GIVEN THIS PROBLEM (and the `items` array):
88
99
function firstItem(arr, cb) {
1010
// firstItem passes the first item of the given array to the callback function.

0 commit comments

Comments
 (0)