function mult(first, second) { return first * second; }