Add semicolon for tdd exports
This commit is contained in:
@ -1,2 +1,2 @@
|
||||
const countOccurrences = (arr, val) => arr.reduce((a, v) => (v === val ? a + 1 : a + 0), 0);
|
||||
module.exports = countOccurrences
|
||||
module.exports = countOccurrences;
|
||||
Reference in New Issue
Block a user