Add semicolon for tdd exports
This commit is contained in:
@ -1,2 +1,2 @@
|
||||
const initializeArrayWithValues = (n, val = 0) => Array(n).fill(val);
|
||||
module.exports = initializeArrayWithValues
|
||||
module.exports = initializeArrayWithValues;
|
||||
Reference in New Issue
Block a user