merge dev branch (more tests) (#47)
* more tests and bugfixes on spells * linting
This commit is contained in:
@ -1,5 +1,3 @@
|
||||
const CountOccurences = (arr, value) => {
|
||||
return arr.filter(v => v === value).length;
|
||||
};
|
||||
const CountOccurences = (arr, value) => arr.filter(v => v === value).length;
|
||||
|
||||
module.exports = { CountOccurences };
|
||||
|
Reference in New Issue
Block a user