ran npm run tester -> logged invertKeyValues test are invalid
This commit is contained in:
@ -1,2 +1,2 @@
|
||||
const minN = (arr, n = 1) => [...arr].sort((a, b) => a - b).slice(0, n);
|
||||
module.exports = minN
|
||||
module.exports = minN
|
||||
Reference in New Issue
Block a user