add test
This commit is contained in:
2
test/reject/reject.js
Normal file
2
test/reject/reject.js
Normal file
@ -0,0 +1,2 @@
|
||||
const reject = (pred, array) => array.filter((...args) => !pred(...args))
|
||||
module.exports = reject;
|
||||
Reference in New Issue
Block a user