ran npm run tdd & generated TDD
This commit is contained in:
5
test/forEachRight/forEachRight.js
Normal file
5
test/forEachRight/forEachRight.js
Normal file
@ -0,0 +1,5 @@
|
||||
module.exports = (arr, callback) =>
|
||||
arr
|
||||
.slice(0)
|
||||
.reverse()
|
||||
.forEach(callback);
|
||||
Reference in New Issue
Block a user