var multiply = function multiply(a, b) { return a * b; };