generate new test that did already exist & update all module snippets with declaration
This commit is contained in:
@ -1 +1 @@
|
||||
module.exports = (arr, nth) => arr.filter((e, i) => i % nth === nth - 1);
|
||||
module.exports = everyNth = (arr, nth) => arr.filter((e, i) => i % nth === nth - 1);
|
||||
Reference in New Issue
Block a user