Skip to content

Commit 632e2ae

Browse files
committed
changes fixed
1 parent 8effd57 commit 632e2ae

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/arrays.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ const each = (elements, cb) => {
99
// This only needs to work with arrays.
1010
// You should also pass the index into `cb` as the second argument
1111
// based off http://underscorejs.org/#each
12+
1213
};
1314

1415
const map = (elements, cb) => {

0 commit comments

Comments
 (0)