Here is the reference solution, if you're curious: module.exports = function (a, b) { return a * b }