Skip to content

Commit fb3f2db

Browse files
author
Courtney Seitz
committed
pull request with partner
1 parent e7764f5 commit fb3f2db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/arrays.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const reduce = (elements, cb, startingValue) => {
3333

3434
const find = (elements, cb) => {
3535
elements.forEach((element) => {
36-
cb(elements.findIndex);
36+
3737
});
3838
};
3939
// Look through each value in `elements` and pass each element to `cb`.

0 commit comments

Comments
 (0)