Add semicolon for tdd exports
This commit is contained in:
@ -1,2 +1,2 @@
|
||||
const xProd = (a, b) => a.reduce((acc, x) => acc.concat(b.map(y => [x, y])), []);
|
||||
module.exports = xProd
|
||||
module.exports = xProd;
|
||||
Reference in New Issue
Block a user