Skip to content

Commit de039d0

Browse files
author
sunjieming
committed
Update description
1 parent 05aec66 commit de039d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/arrays.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// These functions only need to work with arrays.
33
// Do NOT use the built in array methods to solve these. forEach, map, reduce, filter, includes, etc.
44
// You CAN use concat, push, pop, etc. but do not use the exact method that you are replicating
5+
// You can use the functions that you have already written to help solve the other problems
56

67
const each = (elements, cb) => {
78
// Iterates over a list of elements, yielding each in turn to the `cb` function.

0 commit comments

Comments
 (0)