Cleanup (#19)
* reformatting of skill checks table * Including own Random "generator", more refactoring
This commit is contained in:
@ -2,6 +2,4 @@ const CountOccurences = (arr, value) => {
|
||||
return arr.filter((v) => (v === value)).length;
|
||||
};
|
||||
|
||||
module.exports = { CountOccurences };
|
||||
|
||||
//console.log(countOccurrences([1,2,3,4,3,2,3,3,2],2));
|
||||
module.exports = { CountOccurences };
|
Reference in New Issue
Block a user