Skip to content

Commit c918548

Browse files
committed
small changes in callbacks
1 parent 27b9058 commit c918548

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

assignments/callbacks.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,9 @@ function contains(item, list, cb) {
6767
contains('Pencil', items, a => {
6868
console.log(a);
6969
});
70-
// contains('car', items);
70+
// contains('car', items, a => {
71+
// console.log(a);
72+
// });
7173

7274
/* STRETCH PROBLEM */
7375

0 commit comments

Comments
 (0)